TypeScript/tests/baselines/reference/objectLiteralWithSemicolons4.js

9 lines
122 B
TypeScript

//// [objectLiteralWithSemicolons4.ts]
var v = {
a
;
//// [objectLiteralWithSemicolons4.js]
var v = {
a: };