mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Adjust various testData to remove/charAt transformation
This commit is contained in:
@@ -17,7 +17,7 @@ fun box(): String {
|
||||
a.add("")
|
||||
a.set(0, "")
|
||||
a.add(0, "")
|
||||
a.remove(0)
|
||||
a.removeAt(0)
|
||||
a.remove("")
|
||||
|
||||
return "OK"
|
||||
|
||||
Reference in New Issue
Block a user