|
1 | | -| invalid.js:5:40:5:43 | this | The super constructor must be called before using 'this'. | |
2 | | -| invalid.js:6:40:6:43 | this | The super constructor must be called before using 'this'. | |
3 | | -| invalid.js:7:40:7:46 | super.c | The super constructor must be called before using 'super'. | |
4 | | -| invalid.js:8:40:8:43 | this | The super constructor must be called before using 'this'. | |
5 | | -| invalid.js:9:40:9:43 | this | The super constructor must be called before using 'this'. | |
6 | | -| invalid.js:10:40:10:46 | super.c | The super constructor must be called before using 'super'. | |
7 | | -| invalid.js:11:46:11:49 | this | The super constructor must be called before using 'this'. | |
8 | | -| invalid.js:12:46:12:49 | this | The super constructor must be called before using 'this'. | |
9 | | -| invalid.js:13:46:13:52 | super.c | The super constructor must be called before using 'super'. | |
10 | | -| invalid.js:14:99:14:102 | this | The super constructor must be called before using 'this'. | |
11 | | -| invalid.js:15:76:15:79 | this | The super constructor must be called before using 'this'. | |
12 | | -| invalid.js:16:56:16:59 | this | The super constructor must be called before using 'this'. | |
| 1 | +| invalid.js:5:35:5:52 | () { this.c = 0; } | The super constructor must be called before using '$@'. | invalid.js:5:40:5:43 | this | this | |
| 2 | +| invalid.js:6:35:6:50 | () { this.c(); } | The super constructor must be called before using '$@'. | invalid.js:6:40:6:43 | this | this | |
| 3 | +| invalid.js:7:35:7:51 | () { super.c(); } | The super constructor must be called before using '$@'. | invalid.js:7:40:7:46 | super.c | super | |
| 4 | +| invalid.js:8:35:8:61 | () { th ... er(); } | The super constructor must be called before using '$@'. | invalid.js:8:40:8:43 | this | this | |
| 5 | +| invalid.js:9:35:9:59 | () { th ... er(); } | The super constructor must be called before using '$@'. | invalid.js:9:40:9:43 | this | this | |
| 6 | +| invalid.js:10:35:10:60 | () { su ... er(); } | The super constructor must be called before using '$@'. | invalid.js:10:40:10:46 | super.c | super | |
| 7 | +| invalid.js:11:35:11:55 | () { su ... s.c); } | The super constructor must be called before using '$@'. | invalid.js:11:46:11:49 | this | this | |
| 8 | +| invalid.js:12:35:12:57 | () { su ... c()); } | The super constructor must be called before using '$@'. | invalid.js:12:46:12:49 | this | this | |
| 9 | +| invalid.js:13:35:13:58 | () { su ... c()); } | The super constructor must be called before using '$@'. | invalid.js:13:46:13:52 | super.c | super | |
| 10 | +| invalid.js:14:35:14:118 | () { cl ... er(); } | The super constructor must be called before using '$@'. | invalid.js:14:99:14:102 | this | this | |
| 11 | +| invalid.js:15:71:15:95 | () { th ... er(); } | The super constructor must be called before using '$@'. | invalid.js:15:76:15:79 | this | this | |
| 12 | +| invalid.js:16:35:16:66 | () { if ... .a(); } | The super constructor must be called before using '$@'. | invalid.js:16:56:16:59 | this | this | |
| 13 | +| invalid.js:26:16:29:5 | () {\\n ... ;\\n } | The super constructor must be called before using '$@'. | invalid.js:27:9:27:12 | this | this | |
| 14 | +| invalid.js:26:16:29:5 | () {\\n ... ;\\n } | The super constructor must be called before using '$@'. | invalid.js:28:9:28:12 | this | this | |
0 commit comments