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:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
fun bar() {
|
||||
"" // test/namespace$src$a$
|
||||
}
|
||||
Reference in New Issue
Block a user