Removed redundant annotation to avoid indeterministic test failing.
It was failing because of duplication of the same annotation in IDEA JDK annotations and Kotlin JDK annotations.
This commit is contained in:
committed by
Nikolay Krasko
parent
be08494b75
commit
6874f41af8
@@ -958,9 +958,6 @@
|
||||
val=""fun <T> sort(a : Array<out T>, c : Comparator<in T>?) : Unit""/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name="java.util.Arrays void sort(T[], java.util.Comparator<? super T>) 0">
|
||||
<annotation name="org.jetbrains.annotations.NotNull"/>
|
||||
</item>
|
||||
<item name="java.util.Arrays void sort(byte[])">
|
||||
<annotation name="jet.runtime.typeinfo.KotlinSignature">
|
||||
<val name="value" val=""fun sort(a : ByteArray) : Unit""/>
|
||||
|
||||
Reference in New Issue
Block a user