TypeScript/tests/baselines/reference/objectLiteral1.js

6 lines
104 B
TypeScript

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