Fix testData/intentions: replace deprecated reverse usages.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
fun main(args: Array<String>){
|
||||
val x = "abcd"
|
||||
val y = "$x${x.reverse()}"
|
||||
val y = "$x${x.reversed()}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user