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

7 lines
289 B
Plaintext

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