ZNTC1300: A class may only have one constructor
ZNTC1300
Section titled “ZNTC1300”A class may only have one constructor
Category: Semantic: Class/Other
Reproduction
Section titled “Reproduction”class C { constructor() {} constructor() {} }How to fix
Section titled “How to fix”See the error message for cause and resolution.