=== tests/cases/compiler/duplicateLabel3.ts === target: >target : any while (true) { >true : boolean function f() { >f : () => void target: >target : any while (true) { >true : boolean } } }