mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
Update test baseline.
This commit is contained in:
@@ -2,6 +2,4 @@
|
||||
var v = { foo() { }; a: b; get baz() { }; }
|
||||
|
||||
//// [objectLiteralWithSemicolons5.js]
|
||||
var v = { foo: function () {
|
||||
}, a: b, get baz() {
|
||||
} };
|
||||
var v = { foo: function () { }, a: b, get baz() { } };
|
||||
|
||||
Reference in New Issue
Block a user