8 lines
55 B
Kotlin
Vendored
8 lines
55 B
Kotlin
Vendored
package module3
|
|
|
|
import module2.*
|
|
|
|
fun c() {
|
|
b()
|
|
}
|