TypeScript/tests/baselines/reference/directReferenceToUndefined.errors.txt
2014-09-12 13:35:07 -07:00

8 lines
355 B
Plaintext

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