mirror of
https://github.com/tc39/test262.git
synced 2025-05-20 23:00:47 +02:00
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…
x
Reference in New Issue
Block a user