Files
kotlin-fork/idea/testData/debugger/multiFilePackage/a.kt
T
2014-01-14 18:06:50 +04:00

6 lines
60 B
Kotlin

package test
fun foo() {
"" // test/TestPackage-a-
}