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

4 lines
144 B
Plaintext

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