Cleaned up from deprecated CallerMethodsTreeStructure(PsiMethod)
#KT-35918 Comment
This commit is contained in:
@@ -141,7 +141,7 @@ public abstract class AbstractHierarchyTest extends KotlinHierarchyViewTestBase
|
|||||||
public HierarchyTreeStructure compute() {
|
public HierarchyTreeStructure compute() {
|
||||||
return new CallerMethodsTreeStructure(
|
return new CallerMethodsTreeStructure(
|
||||||
getProject(),
|
getProject(),
|
||||||
(PsiMethod) getElementAtCaret(LanguageCallHierarchy.INSTANCE),
|
(PsiMember) getElementAtCaret(LanguageCallHierarchy.INSTANCE),
|
||||||
HierarchyBrowserBaseEx.SCOPE_PROJECT
|
HierarchyBrowserBaseEx.SCOPE_PROJECT
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user