Merge pull request #3942 from sveltejs/gh-3939

test for #3939
pull/7738/head
Rich Harris 6 years ago committed by GitHub
commit 0f41310da1

@ -0,0 +1,10 @@
<script>
const foo = {
async bar() {
await baz;
},
*qux() {
yield 42;
}
};
</script>
Loading…
Cancel
Save