TypeScript/tests/baselines/reference/parserShorthandPropertyAssignment2.js

6 lines
136 B
TypeScript

//// [parserShorthandPropertyAssignment2.ts]
var v = { class };
//// [parserShorthandPropertyAssignment2.js]
var v = { class: };