TypeScript/tests/baselines/reference/parserShorthandPropertyAssignment4.js

6 lines
128 B
TypeScript

//// [parserShorthandPropertyAssignment4.ts]
var v = { 0 };
//// [parserShorthandPropertyAssignment4.js]
var v = { 0: };