// "Optimize imports" "true" // WITH_RUNTIME import kotlin.collections.* fun test() { val (a, b, c) = Triple(1, 2, 3) }