Java bytecode actually allows calling any super me...
# announcements
k
Java bytecode actually allows calling any super methods using INVOKESPECIAL and I think that kotlinc should definitely insert a call to the super method instead of making a virtual call to the overloaded method