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