TypeScript/tests/baselines/reference/objectLiteral1.js
2014-07-12 17:30:19 -07:00

6 lines
104 B
JavaScript

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