K2 Java: fix 'value' annotation constructor parameter type to Array<out>
#KT-61100 Fixed
This commit is contained in:
committed by
Space Team
parent
8e4a6759a4
commit
af58b30e5f
+1
-1
@@ -20,7 +20,7 @@ public open class EnumArgumentWithCustomToString : R|kotlin/Any| {
|
||||
|
||||
}
|
||||
public final annotation class EnumArrayAnno : R|kotlin/Annotation| {
|
||||
public constructor(vararg value: R|kotlin/Array<test/EnumArgumentWithCustomToString.E>|): R|test/EnumArgumentWithCustomToString.EnumArrayAnno|
|
||||
public constructor(vararg value: R|kotlin/Array<out test/EnumArgumentWithCustomToString.E>|): R|test/EnumArgumentWithCustomToString.EnumArrayAnno|
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user