10 lines
58 B
Kotlin
Vendored
10 lines
58 B
Kotlin
Vendored
package b
|
|
|
|
fun b(param: a.A) {
|
|
a.a()
|
|
}
|
|
|
|
fun bb() {
|
|
|
|
}
|