TypeScript/tests/baselines/reference/sourceMapValidationLabeled.types
2015-04-13 14:29:37 -07:00

9 lines
172 B
Plaintext

=== tests/cases/compiler/sourceMapValidationLabeled.ts ===
x:
>x : any
var b = 10;
>b : number, Symbol(b, Decl(sourceMapValidationLabeled.ts, 1, 3))
>10 : number