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:
@@ -724,11 +724,6 @@
|
||||
<val name="value" val=""fun iterator() : MutableIterator<E>""/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name='java.util.Iterable java.util.Iterator<E> iterator()'>
|
||||
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
||||
<val name="value" val=""fun iterator() : MutableIterator<E>""/>
|
||||
</annotation>
|
||||
</item>
|
||||
<item name='java.util.AbstractSequentialList java.util.ListIterator<E> listIterator(int)'>
|
||||
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
||||
<val name="value" val=""fun listIterator(index : Int) : ListIterator<E>""/>
|
||||
|
||||
Reference in New Issue
Block a user