Fixed annotation for Arrays.sort() method and fixed build.
This commit is contained in:
@@ -768,7 +768,7 @@
|
||||
<item name='java.util.Arrays void sort(T[], int, int, java.util.Comparator<? super T>)'>
|
||||
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
||||
<val name="value"
|
||||
val=""fun <T> sort(a : Array<T>, fromIndex : Int, toIndex : Int, c : Comparator<in T>?) : Unit""/>
|
||||
val=""fun <T> sort(a : Array<out T>, fromIndex : Int, toIndex : Int, c : Comparator<in T>?) : Unit""/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name='java.util.Arrays int binarySearch(java.lang.Object[], java.lang.Object)'>
|
||||
|
||||
Reference in New Issue
Block a user