8 lines
63 B
Kotlin
Vendored
8 lines
63 B
Kotlin
Vendored
package module2
|
|
|
|
import module1.*
|
|
|
|
fun b(param: A) {
|
|
a()
|
|
}
|