Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.19 KB | None | 0 0
  1. val context: BindingContext = ...
  2. val callExpression: KtCallExpression = ...
  3. val call = callExpression.getCall(context)
  4. val resolvedDescriptor = call?.getResolvedCall(context)?.candidateDescriptor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement