TypeScript/tests/baselines/reference/objectLiteralWithSemicolons4.js
2015-02-21 15:11:37 -08:00

9 lines
122 B
JavaScript

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