TypeScript/tests/baselines/reference/parser_duplicateLabel4.types

15 lines
234 B
Plaintext

=== tests/cases/conformance/parser/ecmascript5/Statements/LabeledStatements/parser_duplicateLabel4.ts ===
target:
>target : any
while (true) {
>true : boolean
}
target:
>target : any
while (true) {
>true : boolean
}