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
It's said in the class chapter that "while it is possible in JS to put stuff before super(), the use of class field initializers or param properties disallows this", but the compiler doesn't give me an error when I run stuff before super with field initializers or param properties.
The text was updated successfully, but these errors were encountered:
It's said in the class chapter that "while it is possible in JS to put stuff before super(), the use of class field initializers or param properties disallows this", but the compiler doesn't give me an error when I run stuff before super with field initializers or param properties.
The text was updated successfully, but these errors were encountered: