super
The super suffix was used for any static field/method that needed an accessor. We should only use it when that field or method is inherited.
The generated bridges now have line numbers as for the JVM backend. There are some extra (irrelevant) labels in the JVM_IR bytecode listing compared to JVM so expectations can still not be shared even though they are closer.