We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa07ad commit 6fdd8a6Copy full SHA for 6fdd8a6
packages/svelte/tests/types/snippet.ts
@@ -35,3 +35,6 @@ const h: Snippet<{ a: true }> = (a) => {
35
a.a === true;
36
return return_type;
37
};
38
+const i: Snippet = () => {
39
+ return return_type;
40
+};
0 commit comments