Files
kotlin-fork/idea/testData/hierarchy/calls/callers/callInsideAnonymousFun/CallInsideAnonymousFun_verification.xml
T
Alexey Sedunov 10941ae732 Call Hierarchy: Refactoring
Do not rely on light methods to search usages as some elements
don't have them (e.g. local functions)

 #KT-9288 Fixed
 #KT-14428 Fixed
2017-08-02 13:08:06 +03:00

6 lines
117 B
XML
Vendored

<node text="foo() ()" base="true">
<node text="bar() ()">
<node text="baz() ()"/>
</node>
</node>