blob: 7021429bfd81d92e5f6f7b9122c97a2749591ebb [file]
fun main(args: Array<String>){
val x = "abc" +<caret> 'd'
}