TypeScript/tests/cases/compiler/sourceMap-InterfacePrecedingVariableDeclaration1.ts
2014-07-12 17:30:19 -07:00

5 lines
66 B
TypeScript

// @target: ES3
// @sourcemap: true
interface I {}
var x = 0;