Adjust various testData to remove/charAt transformation
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
open class SetStringImpl {
|
||||
fun add(s: String): Boolean = false
|
||||
fun remove(o: Any?): Boolean = false
|
||||
fun remove(o: String): Boolean = false
|
||||
fun clear(): Unit {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user