TypeScript/tests/baselines/reference/sourceMap-InterfacePrecedingVariableDeclaration1.js

8 lines
238 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [sourceMap-InterfacePrecedingVariableDeclaration1.ts]
interface I {}
var x = 0;
//// [sourceMap-InterfacePrecedingVariableDeclaration1.js]
var x = 0;
//# sourceMappingURL=sourceMap-InterfacePrecedingVariableDeclaration1.js.map