TypeScript/tests/cases/compiler/objectLiteralWithSemicolons5.ts

1 line
No EOL
43 B
TypeScript

var v = { foo() { }; a: b; get baz() { }; }