Find Usages: Restrict search scope of private top-level declarations
#KT-7622 Fixed
This commit is contained in:
+1
-3
@@ -1,9 +1,7 @@
|
||||
package a;
|
||||
|
||||
import b.TestKt;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
TestKt.test();
|
||||
MainKt.test();
|
||||
}
|
||||
}
|
||||
|
||||
-2
@@ -1,7 +1,5 @@
|
||||
package a
|
||||
|
||||
import b.test
|
||||
|
||||
fun bar() {
|
||||
test()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user