Adjust various testData to remove/charAt transformation
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
fun box(): String {
|
||||
val o = "OK" charAt 0
|
||||
val o = "OK" get 0
|
||||
val array = CharArray(2)
|
||||
array[1] = 'K'
|
||||
val k = array get 1
|
||||
|
||||
Reference in New Issue
Block a user