update test fixture

This commit is contained in:
Huáng Jùnliàng 2020-06-01 11:10:47 -04:00
parent 1e115aed33
commit 1440d97d9c

View File

@ -1,3 +1,7 @@
var _x = babelHelpers.classPrivateFieldLooseKey("x");
var _m = babelHelpers.classPrivateFieldLooseKey("m");
class Foo { class Foo {
static getSelf() { static getSelf() {
return Foo; return Foo;
@ -28,10 +32,6 @@ class Foo {
} }
var _x = babelHelpers.classPrivateFieldLooseKey("x");
var _m = babelHelpers.classPrivateFieldLooseKey("m");
Object.defineProperty(Foo, _x, { Object.defineProperty(Foo, _x, {
writable: true, writable: true,
value: 1 value: 1