TypeScript/tests/baselines/reference/standaloneBreak.errors.txt
2014-11-19 14:19:59 -08:00

7 lines
344 B
Plaintext

tests/cases/compiler/standaloneBreak.ts(1,1): error TS1105: A 'break' statement can only be used within an enclosing iteration or switch statement.
==== tests/cases/compiler/standaloneBreak.ts (1 errors) ====
break;
~~~~~~
!!! error TS1105: A 'break' statement can only be used within an enclosing iteration or switch statement.