// WITH_RUNTIME fun main(args: Array){ val y = "abcd${listOf(1, 2)}" }