TypeScript/tests/baselines/reference/continueTarget2.types

11 lines
148 B
Plaintext
Raw Normal View History

2014-08-22 03:39:46 +02:00
=== tests/cases/compiler/continueTarget2.ts ===
target:
>target : any
2015-04-13 21:36:11 +02:00
while (true) {
>true : boolean
continue target;
>target : any
2015-04-13 21:36:11 +02:00
}