4de582564c
#KT-32409 Fixed Part of #KT-31331
9 lines
133 B
Kotlin
Vendored
9 lines
133 B
Kotlin
Vendored
// "Optimize imports" "true"
|
|
// WITH_RUNTIME
|
|
|
|
<caret>import kotlin.collections.*
|
|
|
|
fun test() {
|
|
val (a, b, c) = Triple(1, 2, 3)
|
|
}
|