blob: d0bffc8b3fce58a3f0ef5de7b83ece2eec16376f [file] [log] [blame]
fun main(args: Array<String>){
val x = "abc"
val y = "<caret>$x.bar"
}