TypeScript/tests/baselines/reference/sourceMapValidationLabeled.types

9 lines
172 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/sourceMapValidationLabeled.ts ===
x:
>x : any
2015-04-13 21:36:11 +02:00
2014-08-15 23:33:16 +02:00
var b = 10;
2015-04-13 23:01:57 +02:00
>b : number, Symbol(b, Decl(sourceMapValidationLabeled.ts, 1, 3))
2015-04-13 21:36:11 +02:00
>10 : number
2014-08-15 23:33:16 +02:00