Skip to content

Commit 536ba7f

Browse files
committed
add test
1 parent f56a3ec commit 536ba7f

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/validator/samples/class-state-constructor-9

1 file changed

+1
-1
lines changed

packages/svelte/tests/validator/samples/class-state-constructor-9/input.svelte.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export class Counter {
22
count = -1;
3-
3+
static count() {}
44
constructor() {
55
this.count = $state(0);
66
}

0 commit comments

Comments
 (0)