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

5 lines
219 B
Plaintext

==== tests/cases/conformance/types/primitives/undefined/directReferenceToUndefined.ts (1 errors) ====
var x: Undefined;
~~~~~~~~~
!!! error TS2304: Cannot find name 'Undefined'.
var y = undefined;