TypeScript/tests/baselines/reference/duplicateLabel3.types

19 lines
229 B
Plaintext
Raw Normal View History

2014-08-22 03:39:46 +02:00
=== tests/cases/compiler/duplicateLabel3.ts ===
target:
>target : any
2015-04-13 21:36:11 +02:00
2014-08-22 03:39:46 +02:00
while (true) {
2015-04-13 21:36:11 +02:00
>true : boolean
2014-08-22 03:39:46 +02:00
function f() {
>f : () => void
2014-08-22 03:39:46 +02:00
target:
>target : any
2015-04-13 21:36:11 +02:00
2014-08-22 03:39:46 +02:00
while (true) {
2015-04-13 21:36:11 +02:00
>true : boolean
2014-08-22 03:39:46 +02:00
}
}
}