// WITH_RUNTIME import kotlin.Pair fun test() { val p = Pair(1, "foo") }