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

6 lines
61 B
Kotlin

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