Youssef Shoaib [MOD]
10/18/2025, 3:18 PMFirFunctionCallRefinementExtension.intercept, I get CallInfo and a FirNamedFunctionSymbol, from which I can get valueParameterSymbols. Is there an easy way to pair up those value params to the CallInfo.arguments? I can do it manually, but wondering if there's a utility in the compiler already. In other words, given some arguments and valueParameterSymbols, I want to associate the arguments to the parameters, while respecting named arguments, varargs, trailing lambdas, etc.dmitriy.novozhilov
10/20/2025, 9:01 AMBodyResolveComponents receiver, but it effectively uses only session and scopeSession from it, so you can just make your own dummy implementation.