TypeScript/tests/baselines/reference/parserTypeQuery9.errors.txt
2014-09-11 16:11:08 -07:00

5 lines
181 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/Types/parserTypeQuery9.ts (1 errors) ====
var s: typeof A[];
~
!!! error TS2304: Cannot find name 'A'.