mirror of https://github.com/tc39/test262.git
fix binding
This commit is contained in:
parent
aefadabda7
commit
5f88a9293c
|
@ -25,7 +25,7 @@ async function * f() {
|
|||
return await /*{ import }*/;
|
||||
}
|
||||
|
||||
f().next().then(imported => {
|
||||
f().next().then(({value: imported}) => {
|
||||
|
||||
/*{ body }*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue