ZNTC1302: Getter must not have any formal parameters
ZNTC1302
Section titled “ZNTC1302”Getter must not have any formal parameters
Category: Semantic: Class/Other
Reproduction
Section titled “Reproduction”const o = { get x(a) {} };How to fix
Section titled “How to fix”See the error message for cause and resolution.