TypeScript/tests/baselines/reference/objectLiteral2.js

6 lines
114 B
TypeScript

//// [objectLiteral2.ts]
var v30 = {a:1, b:2}, v31;
//// [objectLiteral2.js]
var v30 = { a: 1, b: 2 }, v31;