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

8 lines
355 B
Plaintext
Raw Normal View History

tests/cases/conformance/types/primitives/undefined/directReferenceToUndefined.ts(1,8): error TS2304: Cannot find name 'Undefined'.
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/types/primitives/undefined/directReferenceToUndefined.ts (1 errors) ====
var x: Undefined;
~~~~~~~~~
!!! error TS2304: Cannot find name 'Undefined'.
2014-07-13 01:04:16 +02:00
var y = undefined;