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

7 lines
251 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/incompleteDottedExpressionAtEOF.ts (2 errors) ====
// used to leak __missing into error message
var p2 = window.
!!! Identifier expected.
~~~~~~
!!! Cannot find name 'window'.