fix generation tests to reflect acorn update
This commit is contained in:
@@ -3,11 +3,11 @@ class Foo {
|
||||
foo() {}
|
||||
["foo"]() {}
|
||||
get foo() {}
|
||||
set foo() {}
|
||||
set foo(bar) {}
|
||||
|
||||
static async foo() {}
|
||||
static foo() {}
|
||||
static ["foo"]() {}
|
||||
static get foo() {}
|
||||
static set foo() {}
|
||||
static set foo(bar) {}
|
||||
}
|
||||
|
||||
@@ -3,11 +3,11 @@ class Foo {
|
||||
foo() {}
|
||||
["foo"]() {}
|
||||
get foo() {}
|
||||
set foo() {}
|
||||
set foo(bar) {}
|
||||
|
||||
static async foo() {}
|
||||
static foo() {}
|
||||
static ["foo"]() {}
|
||||
static get foo() {}
|
||||
static set foo() {}
|
||||
static set foo(bar) {}
|
||||
}
|
||||
|
||||
@@ -16,5 +16,5 @@ var foo = {
|
||||
async foo() {},
|
||||
*foo() {},
|
||||
get foo() {},
|
||||
set foo() {}
|
||||
set foo(foo) {}
|
||||
};
|
||||
|
||||
@@ -16,5 +16,5 @@ var foo = {
|
||||
async foo() {},
|
||||
*foo() {},
|
||||
get foo() {},
|
||||
set foo() {}
|
||||
set foo(foo) {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user