Skip to content

Commit a7dc546

Browse files
committed
add another test
1 parent 861c8fc commit a7dc546

File tree

1 file changed

+4
-0
lines changed
  • packages/svelte/tests/runtime-runes/samples/typescript

1 file changed

+4
-0
lines changed

packages/svelte/tests/runtime-runes/samples/typescript/main.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
console.log(this);
99
}
1010
11+
function foo(): string {
12+
return ""!;
13+
}
14+
1115
class Foo<T> {
1216
public name: string;
1317
x = 'x' as const;

0 commit comments

Comments
 (0)