8 lines
63 B
Kotlin
8 lines
63 B
Kotlin
package to
|
|
|
|
import a.A
|
|
import a.invoke
|
|
|
|
fun f(a: A) {
|
|
a()
|
|
} |