mirror of https://github.com/sveltejs/svelte
add test for #2165
parent
27ec345f31
commit
fc19749673
@ -0,0 +1,9 @@
|
||||
export default {
|
||||
props: {
|
||||
a: 42
|
||||
},
|
||||
|
||||
html: `
|
||||
42
|
||||
`
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
<script>
|
||||
let a, b, c, d;
|
||||
|
||||
export { a, c }
|
||||
</script>
|
||||
|
||||
{a}
|
Loading…
Reference in new issue