Stepanov Maks
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Find KtClass inheritors
AnsweredHi, Finding inheritors for PsiClass is possible via `DirectClassInheritorsSearch.search(PsiClass)` is there a similar mechanism for KtClass? I've only found `KotlinDirectInheritorsSearcher` but it ...