resolvedCall

fun Tree.resolvedCall(    ctx: AnalysisContext,     additionalTypeArgs: List<Tree> = emptyList(),     additionalArgs: List<Tree> = emptyList()): JavaResolvedCall?