// WITH_RUNTIME fun main(args: Array){ val x = mapOf("a" to "b") val y = "abcd" + x["a"] }