TypeScript/tests/baselines/reference/sourceMapForFunctionWithCommentPrecedingStatement01.symbols
2015-04-21 16:15:04 -07:00

9 lines
308 B
Plaintext

=== 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))
}