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

6 lines
66 B
Kotlin

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