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 ac42ad5 commit b44eed9Copy full SHA for b44eed9
packages/svelte/tests/validator/samples/class-state-constructor-5/errors.json
@@ -1,13 +1,13 @@
1
[
2
{
3
"code": "constructor_state_reassignment",
4
- "message": "Cannot redeclare stateful field `count` in the constructor. The field was originally declared here: `(unknown):2:1`",
+ "message": "Cannot redeclare stateful field `count` in the constructor. The field was originally declared here: `(unknown):3:1`",
5
"start": {
6
- "line": 4,
+ "line": 5,
7
"column": 2
8
},
9
"end": {
10
11
"column": 27
12
}
13
0 commit comments