mirror of https://github.com/sveltejs/svelte
failing test for #2542
parent
6c0aa3b9ef
commit
b2e1355908
@ -0,0 +1,3 @@
|
||||
export default {
|
||||
html: 'Compile plz'
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
<script>
|
||||
export function one () {
|
||||
two()
|
||||
}
|
||||
|
||||
export function two () {
|
||||
return one()
|
||||
}
|
||||
</script>
|
||||
|
||||
Compile plz
|
Loading…
Reference in new issue