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

12 lines
310 B
TypeScript

//// [sourceMapForFunctionWithCommentPrecedingStatement01.ts]
function P() {
// Test this
var a = 1;
}
//// [sourceMapForFunctionWithCommentPrecedingStatement01.js]
function P() {
// Test this
var a = 1;
}
//# sourceMappingURL=sourceMapForFunctionWithCommentPrecedingStatement01.js.map