TypeScript/tests/baselines/reference/parserKeywordsAsIdentifierName2.errors.txt
2014-09-12 13:35:07 -07:00

11 lines
No EOL
529 B
Text

tests/cases/conformance/parser/ecmascript5/parserKeywordsAsIdentifierName2.ts(2,12): error TS1010: '*/' expected.
tests/cases/conformance/parser/ecmascript5/parserKeywordsAsIdentifierName2.ts(2,1): error TS2304: Cannot find name 'a'.
==== 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'.