Remove deprecated DirectClassInheritorsSearch.search call (KT-24933)
#KT-24933 Fixed
This commit is contained in:
-1
@@ -75,7 +75,6 @@ object KotlinPsiMethodOverridersSearch : HierarchySearch<PsiMethod>(PsiMethodOve
|
|||||||
DirectClassInheritorsSearch.search(
|
DirectClassInheritorsSearch.search(
|
||||||
current,
|
current,
|
||||||
current.project.allScope(),
|
current.project.allScope(),
|
||||||
/* checkInheritance = */ true,
|
|
||||||
/* includeAnonymous = */ true
|
/* includeAnonymous = */ true
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user