Removed invalid external annotation for non-existing java.util.Iterable class. Annotation for java.lang.Iterable seems to be unnecessary, too, because it is mapped to jet.Iterable.

This commit is contained in:
Evgeny Gerashchenko
2012-09-21 00:58:56 +04:00
parent 318863a79f
commit 52450f0f98
@@ -724,11 +724,6 @@
<val name="value" val="&quot;fun iterator() : MutableIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.Iterable java.util.Iterator<E> iterator()'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun iterator() : MutableIterator&lt;E&gt;&quot;"/>
</annotation>
</item>
<item name='java.util.AbstractSequentialList java.util.ListIterator<E> listIterator(int)'>
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
<val name="value" val="&quot;fun listIterator(index : Int) : ListIterator&lt;E&gt;&quot;"/>