KT-47939 FunInterfaceConstructorReference
This commit is contained in:
committed by
TeamCityServer
parent
2d088196ce
commit
d5da130d4b
+9
@@ -3583,6 +3583,15 @@ public final class kotlin/jvm/internal/FloatSpreadBuilder : kotlin/jvm/internal/
|
||||
public final fun toArray ()[F
|
||||
}
|
||||
|
||||
public class kotlin/jvm/internal/FunInterfaceConstructorReference : kotlin/jvm/internal/FunctionReference, java/io/Serializable {
|
||||
public fun <init> (Ljava/lang/Class;)V
|
||||
public fun equals (Ljava/lang/Object;)Z
|
||||
protected synthetic fun getReflected ()Lkotlin/reflect/KCallable;
|
||||
protected fun getReflected ()Lkotlin/reflect/KFunction;
|
||||
public fun hashCode ()I
|
||||
public fun toString ()Ljava/lang/String;
|
||||
}
|
||||
|
||||
public abstract interface class kotlin/jvm/internal/FunctionAdapter {
|
||||
public abstract fun getFunctionDelegate ()Lkotlin/Function;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user