How to get KtFunction supperMethod and overrideMethod

已回答

like java:

```

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

```

0

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

0

请先登录再写评论。