How to get KtFunction supperMethod and overrideMethod

Answered

like java:

```

       val scope = GlobalSearchScope.projectScope(func.project)
       OverridingMethodsSearch.search(func, scope, true).filterNotNull()
       func.findSuperMethods().toList()

```

0
1 comment

Could you please clarify what code you're using now and what doesn't work?

0

Please sign in to leave a comment.