TypeScript/tests/baselines/reference/parser_duplicateLabel3.types

19 lines
338 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/Statements/LabeledStatements/parser_duplicateLabel3.ts ===
target:
>target : any
2015-04-13 21:36:11 +02:00
2014-08-15 23:33:16 +02:00
while (true) {
2015-04-13 21:36:11 +02:00
>true : boolean
2014-08-15 23:33:16 +02:00
function f() {
2015-04-13 23:01:57 +02:00
>f : () => void, Symbol(f, Decl(parser_duplicateLabel3.ts, 1, 14))
2014-08-15 23:33:16 +02:00
target:
>target : any
2015-04-13 21:36:11 +02:00
2014-08-15 23:33:16 +02:00
while (true) {
2015-04-13 21:36:11 +02:00
>true : boolean
2014-08-15 23:33:16 +02:00
}
}
}