TypeScript/tests/baselines/reference/parserShorthandPropertyAssignment3.js

5 lines
130 B
TypeScript

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