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

4 lines
144 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/unknownTypeErrors.ts (1 errors) ====
var foo: Unknown = 0;
~~~~~~~
!!! Cannot find name 'Unknown'.