TypeScript/tests/baselines/reference/parservoidInQualifiedName1.errors.txt
2014-09-11 16:11:08 -07:00

6 lines
231 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/parservoidInQualifiedName1.ts (2 errors) ====
var v : void.x;
~~~~
!!! error TS1003: Identifier expected.
~
!!! error TS1109: Expression expected.