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

5 lines
288 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/types/typeRelationships/assignmentCompatibility/nullAssignedToUndefined.ts (1 errors) ====
var x = undefined = null; // error
~~~~~~~~~
!!! Invalid left-hand side of assignment expression.
var y: typeof undefined = null; // ok, widened