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

7 lines
279 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/parservoidInQualifiedName1.ts(1,13): error TS1005: ',' expected.
==== tests/cases/conformance/parser/ecmascript5/parservoidInQualifiedName1.ts (1 errors) ====
2014-07-13 01:04:16 +02:00
var v : void.x;
~
!!! error TS1005: ',' expected.