ZNTC0620: 'super' is not allowed outside of a method
ZNTC0620
Section titled “ZNTC0620”‘super’ is not allowed outside of a method
Category: Parser: Expression/Operator
Reproduction
Section titled “Reproduction”const x = super.foo;How to fix
Section titled “How to fix”See the error message for cause and resolution.