Merge pull request #3942 from sveltejs/gh-3939

test for #3939
pull/3943/head
Rich Harris 5 years ago committed by GitHub
commit 6dad6ea7d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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