5 lines
41 B
Kotlin
Vendored
5 lines
41 B
Kotlin
Vendored
package foo
|
|
|
|
fun useA(a: A) {
|
|
a.f()
|
|
} |