Reverted loading arrays from java with 'out' projection kind as return value.
#KT-3065
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
<root>
|
||||
<item name='java.lang.reflect.GenericDeclaration java.lang.reflect.TypeVariable<?>[] getTypeParameters()'>
|
||||
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
||||
<val name="value"
|
||||
val=""fun getTypeParameters() : Array<out TypeVariable<out GenericDeclaration?>?>?""/>
|
||||
</annotation>
|
||||
</item>
|
||||
<!-- java.lang.reflect.AnnotatedElement -->
|
||||
<item
|
||||
name='java.lang.reflect.AnnotatedElement boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>) 0'>
|
||||
@@ -153,7 +159,7 @@
|
||||
<!-- java.lang.reflect.Method -->
|
||||
<item name='java.lang.reflect.Method java.lang.annotation.Annotation[][] getParameterAnnotations()'>
|
||||
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
||||
<val name="value" val=""fun getParameterAnnotations() : Array<out Array<out Annotation>>""/>
|
||||
<val name="value" val=""fun getParameterAnnotations() : Array<Array<Annotation>>""/>
|
||||
</annotation>
|
||||
</item>
|
||||
</root>
|
||||
Reference in New Issue
Block a user