Call Hierarchy: Do not interrupt caller hierarchy on non-local caller of local root declaration
#KT-6183 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
<node text="test1.foo() ()" base="true">
|
||||
<node text="test1() ()">
|
||||
<node text="test() ()"/>
|
||||
</node>
|
||||
</node>
|
||||
@@ -0,0 +1,10 @@
|
||||
fun test() {
|
||||
test1()
|
||||
}
|
||||
|
||||
fun test1() {
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
<caret>foo()
|
||||
}
|
||||
Reference in New Issue
Block a user