Files
kotlin-fork/idea/testData/debugger/multiFileNamespace/b.kt
T
2012-08-20 19:29:14 +04:00

6 lines
65 B
Kotlin

package test
fun bar() {
foo(); // test/namespace$src$b
}