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

6 lines
217 B
Plaintext

==== tests/cases/compiler/typeofUnknownSymbol.ts (1 errors) ====
// previously gave no error here
var x = typeof whatsthis
~~~~~~~~~
!!! error TS2304: Cannot find name 'whatsthis'.