TypeScript/tests/baselines/reference/typeofUnknownSymbol.errors.txt

9 lines
317 B
Plaintext
Raw Normal View History

tests/cases/compiler/typeofUnknownSymbol.ts(2,16): error TS2304: Cannot find name 'whatsthis'.
2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/typeofUnknownSymbol.ts (1 errors) ====
// previously gave no error here
var x = typeof whatsthis
~~~~~~~~~
!!! error TS2304: Cannot find name 'whatsthis'.
2014-07-13 01:04:16 +02:00