Revert 'isEmpty' transformation
This commit is contained in:
committed by
Mikhail Glukhikh
parent
17c906658d
commit
6322198a11
@@ -4,7 +4,7 @@ interface Addable {
|
||||
|
||||
class C : Addable, List<String> {
|
||||
override val size: Int get() = null!!
|
||||
override val isEmpty: Boolean get() = null!!
|
||||
override fun isEmpty(): Boolean = null!!
|
||||
override fun contains(o: String): Boolean = null!!
|
||||
override fun iterator(): Iterator<String> = null!!
|
||||
override fun containsAll(c: Collection<String>): Boolean = null!!
|
||||
|
||||
Reference in New Issue
Block a user