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.