Reverted loading arrays from java with 'out' projection kind as return value.

#KT-3065
This commit is contained in:
Evgeny Gerashchenko
2012-11-29 16:15:19 +04:00
parent fd0251729b
commit 00873b6e8c
21 changed files with 69 additions and 64 deletions
+1 -1
View File
@@ -180,7 +180,7 @@
<item name='java.math.BigInteger java.math.BigInteger[] divideAndRemainder(java.math.BigInteger)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value"
val="&quot;fun divideAndRemainder(val value: BigInteger) : Array&lt;out BigInteger&gt;&quot;"/>
val="&quot;fun divideAndRemainder(val value: BigInteger) : Array&lt;BigInteger&gt;&quot;"/>
</annotation>
</item>
<!-- java.math.BigDecimal -->