TypeScript/tests/baselines/reference/parservoidInQualifiedName1.errors.txt
2014-12-01 03:15:51 -08:00

7 lines
279 B
Plaintext

tests/cases/conformance/parser/ecmascript5/parservoidInQualifiedName1.ts(1,13): error TS1005: ',' expected.
==== tests/cases/conformance/parser/ecmascript5/parservoidInQualifiedName1.ts (1 errors) ====
var v : void.x;
~
!!! error TS1005: ',' expected.