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

5 lines
225 B
Plaintext

==== tests/cases/compiler/continueTarget1.ts (1 errors) ====
target:
continue target;
~~~~~~~~~~~~~~~~
!!! error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.