9d7712fdf6
Original commit: af3f7dfafc
8 lines
55 B
Kotlin
8 lines
55 B
Kotlin
package module3
|
|
|
|
import module2.*
|
|
|
|
fun c() {
|
|
b()
|
|
}
|