You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(kotlin): add callee lookup for Kotlin functions #308
Implement `lookupCallee` and `findCallees` methods in `KotlinRelatedClassProvider` to identify and return callee functions for a given Kotlin function. Added corresponding test case in `KotlinRelatedClassProviderTest`.
0 commit comments