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)
This commit is contained in:
Alexander Udalov
2012-10-24 21:07:00 +04:00
parent 04a3aa8763
commit 6e2e724b99
6 changed files with 49 additions and 26 deletions
@@ -0,0 +1,5 @@
package test
fun bar() {
"" // test/namespace$src$a$
}