TypeScript/tests/baselines/reference/parserShorthandPropertyAssignment3.js

6 lines
130 B
TypeScript

//// [parserShorthandPropertyAssignment3.ts]
var v = { "" };
//// [parserShorthandPropertyAssignment3.js]
var v = { "": };