Skip to content

Commit b44eed9

Browse files
tests
1 parent ac42ad5 commit b44eed9

File tree

1 file changed

+3
-3
lines changed
  • packages/svelte/tests/validator/samples/class-state-constructor-5

1 file changed

+3
-3
lines changed

packages/svelte/tests/validator/samples/class-state-constructor-5/errors.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[
22
{
33
"code": "constructor_state_reassignment",
4-
"message": "Cannot redeclare stateful field `count` in the constructor. The field was originally declared here: `(unknown):2:1`",
4+
"message": "Cannot redeclare stateful field `count` in the constructor. The field was originally declared here: `(unknown):3:1`",
55
"start": {
6-
"line": 4,
6+
"line": 5,
77
"column": 2
88
},
99
"end": {
10-
"line": 4,
10+
"line": 5,
1111
"column": 27
1212
}
1313
}

0 commit comments

Comments
 (0)