Adjust testData after contains transformation
This commit is contained in:
@@ -4,8 +4,8 @@ class MyCollection<T> : Collection<List<Iterator<T>>> {
|
||||
override fun iterator() = null!!
|
||||
override val size: Int get() = null!!
|
||||
override fun isEmpty(): Boolean = null!!
|
||||
override fun contains(o: Any?): Boolean = null!!
|
||||
override fun containsAll(c: Collection<Any?>): Boolean = null!!
|
||||
override fun contains(o: List<Iterator<T>>): Boolean = null!!
|
||||
override fun containsAll(c: Collection<List<Iterator<T>>>): Boolean = null!!
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user