bod
11/21/2022, 10:57 AMvisitCallExpression(expression: KtCallExpression)
, trying to find calls to a specific extension function.
When calling expression.getResolvedCall(bindingContext)
on a regular function, I'm correctly getting the corresponding descriptor.
However, when the call is an extension function, this returns null
.
Any idea if there's a known limitation or another way to do this?bod
11/21/2022, 11:09 AMgammax
11/21/2022, 2:57 PMbod
11/21/2022, 3:02 PMbod
11/21/2022, 3:05 PMgammax
11/21/2022, 3:18 PMbod
11/21/2022, 3:19 PM