6 lines
64 B
Kotlin
6 lines
64 B
Kotlin
package test
|
|
|
|
fun bar() {
|
|
foo(); // test/TestPackage-b-
|
|
}
|