TypeScript/tests/cases/compiler/sourceMapForFunctionWithCommentPrecedingStatement01.ts

5 lines
74 B
TypeScript
Raw Normal View History

2015-04-21 22:42:53 +02:00
//@sourceMap: true
function P() {
// Test this
var a = 1;
}