Remove overrides of equals and hashCode from AbstractCollection and AbstractMap.values, making the equality referential again.

This commit is contained in:
Ilya Gorbunov
2016-09-27 21:47:41 +03:00
parent 976260bda6
commit 282629f618
4 changed files with 0 additions and 18 deletions
@@ -73,9 +73,7 @@ public abstract class kotlin/collections/AbstractCollection : java/util/Collecti
public fun clear ()V
public fun contains (Ljava/lang/Object;)Z
public fun containsAll (Ljava/util/Collection;)Z
public abstract fun equals (Ljava/lang/Object;)Z
public abstract fun getSize ()I
public abstract fun hashCode ()I
public fun isEmpty ()Z
public abstract fun iterator ()Ljava/util/Iterator;
public fun remove (Ljava/lang/Object;)Z