Find Usages: Restrict search scope of private top-level declarations

#KT-7622 Fixed
This commit is contained in:
Alexey Sedunov
2018-04-10 18:00:23 +03:00
parent c172810d1d
commit bf106d01b8
6 changed files with 25 additions and 14 deletions
@@ -1,9 +1,7 @@
package a;
import b.TestKt;
class J {
void bar() {
TestKt.test();
MainKt.test();
}
}
@@ -1,7 +1,5 @@
package a
import b.test
fun bar() {
test()
}