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

13 lines
643 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/parservoidInQualifiedName2.ts(1,9): error TS2304: Cannot find name 'x'.
tests/cases/conformance/parser/ecmascript5/parservoidInQualifiedName2.ts(1,11): error TS1003: Identifier expected.
tests/cases/conformance/parser/ecmascript5/parservoidInQualifiedName2.ts(1,15): error TS1109: Expression expected.
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/parservoidInQualifiedName2.ts (3 errors) ====
var v : x.void;
2015-03-02 21:21:53 +01:00
~
!!! error TS2304: Cannot find name 'x'.
2014-07-13 01:04:16 +02:00
~~~~
!!! error TS1003: Identifier expected.
2014-07-13 01:04:16 +02:00
~
!!! error TS1109: Expression expected.