FunctionCallRefiner
constructor(context: Context, call: WalkedFunctionCall, isBlock: Boolean, sourceRange: IntRange?, 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
sourceRange
if available, the range of the function call in the source code
initialArguments
initial arguments to add to the function call (used internally for chaining)