blob: 55f867593eb0e4239bbc7ce0456c973f8b1fda62 [file] [log] [blame]
// "Optimize imports" "true"
// WITH_RUNTIME
<caret>import kotlin.collections.*
fun test() {
val (a, b, c) = Triple(1, 2, 3)
}