IR: slightly fix kotlin-like dumping of super qualifiers
This commit is contained in:
+2
-1
@@ -10,7 +10,7 @@ class Derived : Base {
|
||||
}
|
||||
|
||||
fun getValue(): Int {
|
||||
return <this>super.#value
|
||||
return <this>(super<Base>).#value
|
||||
}
|
||||
|
||||
fun setValue(value: Int) {
|
||||
@@ -18,3 +18,4 @@ class Derived : Base {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user