Skip to content

Commit

Permalink
one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Nov 21, 2023
1 parent 2fa07ad commit 6fdd8a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/svelte/tests/types/snippet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ const h: Snippet<{ a: true }> = (a) => {
a.a === true;
return return_type;
};
const i: Snippet = () => {
return return_type;
};

0 comments on commit 6fdd8a6

Please sign in to comment.