Loading java arrays as Array<out T> at method return type position, as well.
This commit is contained in:
@@ -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=""fun divideAndRemainder(val value: BigInteger) : Array<BigInteger>""/>
|
||||
val=""fun divideAndRemainder(val value: BigInteger) : Array<out BigInteger>""/>
|
||||
</annotation>
|
||||
</item>
|
||||
<!-- java.math.BigDecimal -->
|
||||
|
||||
Reference in New Issue
Block a user