TypeScript/tests/baselines/reference/parserPublicBreak1.errors.txt
2014-07-23 12:07:46 -07:00

7 lines
No EOL
287 B
Text

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