TypeScript/tests/baselines/reference/sourceMapForFunctionWithCommentPrecedingStatement01.js

12 lines
310 B
TypeScript
Raw Normal View History

2015-04-21 22:42:53 +02:00
//// [sourceMapForFunctionWithCommentPrecedingStatement01.ts]
function P() {
// Test this
var a = 1;
}
//// [sourceMapForFunctionWithCommentPrecedingStatement01.js]
function P() {
// Test this
var a = 1;
}
//# sourceMappingURL=sourceMapForFunctionWithCommentPrecedingStatement01.js.map