JS: restrict ClassMemberAsPropWrite to static members

This commit is contained in:
Asger F
2019-01-28 15:22:17 +00:00
parent e891ab7a54
commit dacde5da12
4 changed files with 3 additions and 10 deletions

View File

@@ -1,9 +1,7 @@
| tst.js:3:5:3:8 | x: 4 |
| tst.js:4:5:6:5 | func: f ... ;\\n } |
| tst.js:7:5:9:5 | f() {\\n ... ;\\n } |
| tst.js:12:9:12:8 | constructor() {} |
| tst.js:13:3:15:3 | static ... x);\\n } |
| tst.js:16:3:18:3 | f(x) {\\n ... x);\\n } |
| tst.js:21:1:21:6 | C.prop |
| tst.js:24:13:24:27 | onClick={click} |
| tst.js:27:3:27:26 | get x() ... null; } |