TypeScript/tests/baselines/reference/sourceMapValidationLabeled.types

9 lines
169 B
Text
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;
>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