blob: 0bb03d89bdc33d34a0cf98c2435d194f0ceb2fa8 [file] [log] [blame]
fun main(args: Array<String>){
val a = "abc"
val b = "bcd"
val x = a +<caret> b
}