ff26acacf9
#KT-10512 Fixed
6 lines
113 B
Kotlin
Vendored
6 lines
113 B
Kotlin
Vendored
// "Optimize imports" "true"
|
|
// WITH_RUNTIME
|
|
|
|
<caret>import kotlin.collections.*
|
|
|
|
val (a, b, c) = Triple(1, 2, 3) |