Closed Fee0 closed 1 year ago
It seems that the scope of constructors somehow overlap with the scope inside getter and setter (setter parameter seem to work).
class e { constructor(t) {} get a() { let t; } get b(x) { let t; } }
Thank you for the bug report, I will try and figure out what is happening here this weekend.
This was merged as part of 0.8.1
0.8.1
It seems that the scope of constructors somehow overlap with the scope inside getter and setter (setter parameter seem to work).