ZNTC1303: Setter must have exactly one formal parameter
ZNTC1303
Section titled “ZNTC1303”Setter must have exactly one formal parameter
Category: Semantic: Class/Other
Reproduction
Section titled “Reproduction”const o = { set x() {} };How to fix
Section titled “How to fix”See the error message for cause and resolution.