TypeScript/tests/cases/compiler/sourceMapForFunctionInInternalModuleWithCommentPrecedingStatement01.ts
2015-04-21 16:15:04 -07:00

7 lines
105 B
TypeScript

//@sourceMap: true
module Q {
function P() {
// Test this
var a = 1;
}
}