TypeScript/tests/cases/compiler/invalidSymbolInTypeParameter1.ts
2014-07-12 17:30:19 -07:00

4 lines
85 B
TypeScript

function test() {
var cats = new Array<WAWA>(); // WAWA is not a valid type
}