Renamed in test data
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
fun main(args: Array<String>){
|
||||
val x = "abcd"
|
||||
val y = "<caret>$x${x.reverse()}"
|
||||
}
|
||||
Reference in New Issue
Block a user