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

7 lines
316 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserPublicBreak1.ts (2 errors) ====
public break;
~~~~~~
!!! error TS1128: Declaration or statement expected.
~~~~~~
!!! error TS1105: A 'break' statement can only be used within an enclosing iteration or switch statement.