TypeScript/tests/baselines/reference/continueTarget3.types

7 lines
279 B
Plaintext
Raw Normal View History

2014-08-22 03:39:46 +02:00
=== tests/cases/compiler/continueTarget3.ts ===
target1:
No type information for this code.target2:
No type information for this code.while (true) {
No type information for this code. continue target1;
No type information for this code.}
No type information for this code.