blob: c3d67af0da926debbd1c192e30e64bc3d9e13a8a [file] [log] [blame]
fun main(args: Array<String>){
val x = "abc"
val y = "d" <caret>+ x
}