Support equals/hashCode for fun interfaces in JVM and JVM_IR
#KT-33455 Fixed
This commit is contained in:
committed by
Alexander Udalov
parent
de461dd9a5
commit
9fa8e009c6
+4
@@ -3451,6 +3451,10 @@ public final class kotlin/jvm/internal/FloatSpreadBuilder : kotlin/jvm/internal/
|
||||
public final fun toArray ()[F
|
||||
}
|
||||
|
||||
public abstract interface class kotlin/jvm/internal/FunctionAdapter {
|
||||
public abstract fun getFunctionDelegate ()Lkotlin/Function;
|
||||
}
|
||||
|
||||
public abstract interface class kotlin/jvm/internal/FunctionBase : kotlin/Function {
|
||||
public abstract fun getArity ()I
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user