TypeScript/tests/baselines/reference/downlevelLetConst3.js
2015-02-17 17:04:31 -08:00

6 lines
87 B
TypeScript

//// [downlevelLetConst3.ts]
const a = 1
//// [downlevelLetConst3.js]
var a = 1;