Skip to content

Commit b282014

Browse files
committed
update
1 parent 60b7d81 commit b282014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/parser/ast/svelte5/ts-snippet01-type-output.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
<p>{msg}</p> <!-- msg: string -->
77
{/snippet}
88

9-
{@render foo(msg)} <!-- foo: (msg: string) => void -->
9+
{@render foo(msg)} <!-- foo: (msg: string) => void, msg: string -->

0 commit comments

Comments
 (0)