TypeScript/tests/baselines/reference/parserPublicBreak1.errors.txt

8 lines
329 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserPublicBreak1.ts(1,1): error TS1128: Declaration or statement expected.
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserPublicBreak1.ts (1 errors) ====
2014-07-13 01:04:16 +02:00
public break;
~~~~~~
!!! error TS1128: Declaration or statement expected.
2014-07-13 01:04:16 +02:00