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

7 lines
288 B
Plaintext
Raw Normal View History

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserPublicBreak1.ts (2 errors) ====
2014-07-13 01:04:16 +02:00
public break;
~~~~~~
!!! Declaration or statement expected.
~~~~~~
!!! A 'break' statement can only be used within an enclosing iteration or switch statement.
2014-07-13 01:04:16 +02:00