TypeScript/tests/baselines/reference/sourceMapForFunctionWithCommentPrecedingStatement01.symbols

9 lines
308 B
Plaintext
Raw Normal View History

2015-04-21 22:42:53 +02:00
=== tests/cases/compiler/sourceMapForFunctionWithCommentPrecedingStatement01.ts ===
function P() {
>P : Symbol(P, Decl(sourceMapForFunctionWithCommentPrecedingStatement01.ts, 0, 0))
// Test this
var a = 1;
>a : Symbol(a, Decl(sourceMapForFunctionWithCommentPrecedingStatement01.ts, 2, 7))
}