6f2ed9a5a9
A reference to component* functions
9 lines
96 B
Kotlin
9 lines
96 B
Kotlin
package to
|
|
|
|
import a.A
|
|
import a.component1
|
|
import a.component2
|
|
|
|
fun f() {
|
|
val (a, b) = A()
|
|
} |