TypeScript/tests/baselines/reference/typeofUnknownSymbol.errors.txt
2014-07-12 17:30:19 -07:00

6 lines
203 B
Plaintext

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