TypeScript/tests/baselines/reference/parser_continueTarget3.types

14 lines
239 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/Statements/ContinueStatements/parser_continueTarget3.ts ===
target1:
>target1 : any
2015-04-13 21:36:11 +02:00
target2:
>target2 : any
2015-04-13 21:36:11 +02:00
while (true) {
>true : boolean
continue target1;
>target1 : any
2015-04-13 21:36:11 +02:00
}