7 lines
54 B
Kotlin
Vendored
7 lines
54 B
Kotlin
Vendored
package usage
|
|
|
|
fun b(param: a.A) {
|
|
param.foo()
|
|
}
|
|
|