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