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

5 lines
205 B
Plaintext

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