-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathErrors.expected
More file actions
9 lines (9 loc) · 939 Bytes
/
Errors.expected
File metadata and controls
9 lines (9 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
| setters.js:2:8:2:8 | Error: setter should have exactly one param | Error: setter should have exactly one param |
| setters.js:3:9:3:9 | Error: Setter cannot use rest params | Error: Setter cannot use rest params |
| setters.js:4:8:4:8 | Error: setter should have exactly one param | Error: setter should have exactly one param |
| setters.js:4:12:4:12 | Error: Setter cannot use rest params | Error: Setter cannot use rest params |
| setters.js:7:8:7:8 | Error: setter should have exactly one param | Error: setter should have exactly one param |
| setters.js:8:9:8:9 | Error: Setter cannot use rest params | Error: Setter cannot use rest params |
| setters.js:9:8:9:8 | Error: setter should have exactly one param | Error: setter should have exactly one param |
| setters.js:9:12:9:12 | Error: Setter cannot use rest params | Error: Setter cannot use rest params |
| tst.js:2:1:2:1 | Error: Unexpected token | Error: Unexpected token |