TypeScript/tests/baselines/reference/parser_duplicateLabel4.types

15 lines
234 B
Plaintext
Raw Normal View History

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