Files
kotlin-fork/idea/testData/debugger/multiFileSameName/3/a.kt
T
Alexander Udalov 6e2e724b99 Implement JetPositionManager.getSourcePosition() properly
JetPositionManager now finds a PsiFile to create a SourcePosition correctly.
This fixes problems with breakpoints and navigation between frames when there's
more than one file with the given name (not necessarily in the same package)
2012-10-25 21:41:26 +04:00

6 lines
60 B
Kotlin

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