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

6 lines
114 B
JavaScript

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