Adjust various testData to remove/charAt transformation
This commit is contained in:
@@ -22,7 +22,7 @@ class A1 : MutableCollection<String> {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
|
||||
override fun remove(o: Any?): Boolean {
|
||||
override fun remove(o: String): Boolean {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user