Files
kotlin-fork/idea/testData/copyPaste/imports/MultiDeclaration.expected.kt
T
2015-02-19 11:07:02 +03:00

9 lines
96 B
Kotlin

package to
import a.A
import a.component1
import a.component2
fun f() {
val (a, b) = A()
}