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

4 lines
158 B
Plaintext

==== tests/cases/compiler/unknownTypeErrors.ts (1 errors) ====
var foo: Unknown = 0;
~~~~~~~
!!! error TS2304: Cannot find name 'Unknown'.