TypeScript/tests/baselines/reference/parserKeywordsAsIdentifierName2.errors.txt
2014-07-15 12:21:16 -07:00

7 lines
261 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/parserKeywordsAsIdentifierName2.ts (2 errors) ====
// 'public' should be marked unusable, should complain on trailing /*
a.public /*
!!! '*/' expected.
~
!!! Cannot find name 'a'.