Skip to content

Commit 6fdd8a6

Browse files
committed
one more test
1 parent 2fa07ad commit 6fdd8a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/svelte/tests/types/snippet.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ const h: Snippet<{ a: true }> = (a) => {
3535
a.a === true;
3636
return return_type;
3737
};
38+
const i: Snippet = () => {
39+
return return_type;
40+
};

0 commit comments

Comments
 (0)