Adjust testData to isEmpty/key/value transformations
This commit is contained in:
@@ -2,7 +2,7 @@ open class KList : MutableList<String> {
|
||||
override val size: Int
|
||||
get() = throw UnsupportedOperationException()
|
||||
|
||||
override fun isEmpty(): Boolean {
|
||||
override val isEmpty: Boolean get() {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user