Call Hierarchy: Filter out usages inside of import directives
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
<node text="p.foo() (p)" base="true">
|
||||
<node text="q.bar() (q)"/>
|
||||
</node>
|
||||
@@ -0,0 +1,5 @@
|
||||
package p
|
||||
|
||||
fun <caret>foo() {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package q
|
||||
|
||||
import p.foo
|
||||
|
||||
fun bar() {
|
||||
foo()
|
||||
}
|
||||
Reference in New Issue
Block a user