6 lines
66 B
Kotlin
6 lines
66 B
Kotlin
package test
|
|
|
|
fun bar() {
|
|
foo(); // test/namespace$src$b$
|
|
}
|