Stepanov Maks

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