Files
kotlin-fork/idea/testData/debugger/positionManager/multiFilePackage/b.kt
T
2015-09-07 16:28:38 +03:00

6 lines
51 B
Kotlin
Vendored

package test
fun bar() {
foo(); // test/B
}