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:
Evgeny Gerashchenko
2013-03-16 00:08:55 +04:00
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&lt;? super T&gt;) 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="&quot;fun sort(a : ByteArray) : Unit&quot;"/>