FunctionCallRefiner
constructor(context: Context, call: WalkedFunctionCall, isBlock: Boolean, initialArguments: List<FunctionCallArgument> = emptyList())
Parameters
context
context of the function call
call
walked function call to refine
isBlock
whether the function call is a block
initialArguments
initial arguments to add to the function call (used internally for chaining)