1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
//// [tests/cases/compiler/sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.ts] ////
=== sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.ts ===
module Q {
>Q : Symbol(Q, Decl(sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.ts, 0, 0))
function P() {
>P : Symbol(P, Decl(sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.ts, 0, 10))
// Test this
var a = 1;
>a : Symbol(a, Decl(sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.ts, 3, 11))
}
}
|