You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
Currently the spec allows SuperCall in static block. I think we should forbid SuperCall here, to be aligned with the behaviour of static class property accessor.
classCextendsB{staticfoo="c";staticgetbar(){returnsuper().foo;// super() is not allowed here}}
Currently the spec allows SuperCall in static block. I think we should forbid SuperCall here, to be aligned with the behaviour of static class property accessor.