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

6 lines
217 B
Plaintext

==== tests/cases/compiler/breakTarget6.ts (1 errors) ====
while (true) {
break target;
~~~~~~~~~~~~~
!!! error TS1116: A 'break' statement can only jump to a label of an enclosing statement.
}