TypeScript/tests/baselines/reference/duplicateLabel4.types

15 lines
176 B
Plaintext

=== tests/cases/compiler/duplicateLabel4.ts ===
target:
>target : any
while (true) {
>true : boolean
}
target:
>target : any
while (true) {
>true : boolean
}