Annotation to enable overload resolution by lambda return type
#KT-38480
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
1c32c62a87
commit
23414496c4
+3
@@ -156,6 +156,9 @@ public abstract interface annotation class kotlin/OptIn : java/lang/annotation/A
|
||||
public abstract interface annotation class kotlin/OptionalExpectation : java/lang/annotation/Annotation {
|
||||
}
|
||||
|
||||
public abstract interface annotation class kotlin/OverloadResolutionByLambdaReturnType : java/lang/annotation/Annotation {
|
||||
}
|
||||
|
||||
public final class kotlin/Pair : java/io/Serializable {
|
||||
public fun <init> (Ljava/lang/Object;Ljava/lang/Object;)V
|
||||
public final fun component1 ()Ljava/lang/Object;
|
||||
|
||||
Reference in New Issue
Block a user