// WITH_RUNTIME fun test(list: List) { val s = """foo ${list.joinToString(", ")} bar""" }