Alterative signature for an array-returning method from java.math.BigInteger

This commit is contained in:
Andrey Breslav
2012-09-21 00:02:43 +04:00
parent 3c6aad6314
commit 80fb21011c
@@ -177,6 +177,12 @@
<item name='java.math.BigInteger byte[] toByteArray()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<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;BigInteger&gt;&quot;"/>
</annotation>
</item>
<!-- java.math.BigDecimal -->
<item name='java.math.BigDecimal ONE'>
<annotation name='org.jetbrains.annotations.NotNull'/>