TypeScript/tests/baselines/reference/parserTypeQuery9.js
2014-07-12 17:30:19 -07:00

7 lines
87 B
TypeScript

//// [parserTypeQuery9.ts]
var s: typeof A[];
//// [parserTypeQuery9.js]
var s;