mirror of https://github.com/sveltejs/svelte
regression test for #3939
parent
3f3fb832f3
commit
1e4dcaf3cf
@ -0,0 +1,10 @@
|
|||||||
|
<script>
|
||||||
|
const foo = {
|
||||||
|
async bar() {
|
||||||
|
await baz;
|
||||||
|
},
|
||||||
|
*qux() {
|
||||||
|
yield 42;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
</script>
|
Loading…
Reference in new issue