Fix navigation to script dependency sources failing

Specifically in case where some lib is in project and script dependencies at the same time
This commit is contained in:
Pavel V. Talanov
2017-09-06 21:38:13 +03:00
parent ebd3ac6dc8
commit deda5e7eee
4 changed files with 24 additions and 9 deletions
@@ -0,0 +1,7 @@
package test
object KObject {
fun foo() {
}
}
@@ -0,0 +1,7 @@
test.KObject.<caret>foo()
// DEPENDENCIES: classpath:lib-classes; sources:lib-source
// CONFLICTING_MODULE
// REF: (in test.KObject).foo()
// FILE: test/custom.kt