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

5 lines
74 B
TypeScript

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