TypeScript/tests/cases/compiler/continueTarget3.ts

7 lines
89 B
TypeScript
Raw Normal View History

// @allowUnusedLabels: true
2014-08-22 03:39:46 +02:00
target1:
target2:
while (true) {
continue target1;
}