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

6 lines
62 B
Kotlin

package test
fun foo() {
"" // test/namespace$src$a$
}