Skip to content

Commit b701b3b

Browse files
committed
add test
1 parent b874e04 commit b701b3b

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
1515
class Foo<T> {
1616
public name: string;
17+
declare bar: string;
1718
x = 'x' as const;
1819
constructor(name: string) {
1920
this.name = name;

0 commit comments

Comments
 (0)