JVM_IR: repair super calls to methods of Any
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
interface A
|
||||
|
||||
abstract class Base: A
|
||||
|
||||
class Derived : Base() {
|
||||
override fun toString() = super.toString()
|
||||
}
|
||||
|
||||
// 1 INVOKESPECIAL Base.toString
|
||||
Reference in New Issue
Block a user