TypeScript/tests/baselines/reference/parservoidInQualifiedName2.errors.txt
2014-07-12 17:30:19 -07:00

8 lines
250 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/parservoidInQualifiedName2.ts (3 errors) ====
var v : x.void;
~~~~
!!! Identifier expected.
~
!!! Expression expected.
~~
!!! Cannot find name 'x'.