Adjust testData to isEmpty/key/value transformations
This commit is contained in:
@@ -3,7 +3,7 @@ import java.util.ArrayList
|
||||
class MyCollection<T> : Collection<List<Iterator<T>>> {
|
||||
override fun iterator() = null!!
|
||||
override val size: Int get() = null!!
|
||||
override fun isEmpty(): Boolean = null!!
|
||||
override val isEmpty: Boolean get() = null!!
|
||||
override fun contains(o: List<Iterator<T>>): Boolean = null!!
|
||||
override fun containsAll(c: Collection<List<Iterator<T>>>): Boolean = null!!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user