Adjust various testData to size transformation
This commit is contained in:
@@ -2,7 +2,7 @@ import java.util.ArrayList
|
||||
|
||||
class MyCollection<T> : Collection<List<Iterator<T>>> {
|
||||
override fun iterator() = null!!
|
||||
override fun size(): Int = 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!!
|
||||
|
||||
Reference in New Issue
Block a user