TypeScript/tests/baselines/reference/objectLiteralWithSemicolons4.js

10 lines
123 B
JavaScript

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