Support equals/hashCode for fun interfaces in JVM and JVM_IR

#KT-33455 Fixed
This commit is contained in:
Alexander Udalov
2020-03-23 11:23:49 +01:00
committed by Alexander Udalov
parent de461dd9a5
commit 9fa8e009c6
25 changed files with 1036 additions and 23 deletions
@@ -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
}