Files
kotlin-fork/idea/testData/debugger/positionManager/multiFilePackage/b.kt
T

6 lines
53 B
Kotlin
Vendored

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