mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Update test baseline.
This commit is contained in:
parent
911a705e8d
commit
ff31b96533
@ -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() { } };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user