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