FIR2IR: set superQualifierSymbol for super call
This commit is contained in:
committed by
Mikhail Glukhikh
parent
57fe01c375
commit
ef09850df8
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
interface Tr {
|
||||
fun extra() : String = "_"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
interface I
|
||||
class C : I { fun foo() = super<I>.hashCode() }
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
interface Z<T> {
|
||||
fun test(p: T): T {
|
||||
return p
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
interface Z<T> {
|
||||
fun test(p: T): T {
|
||||
return p
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
interface T1 {
|
||||
fun foo() = "O"
|
||||
}
|
||||
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
interface A {
|
||||
fun foo(o: String): String = o + "K"
|
||||
|
||||
Reference in New Issue
Block a user