put Type Arguments
fun IrMemberAccessExpression<*>.putTypeArguments(vararg namedArgs: Pair<String, IrType?>, substitute: Boolean = this is IrCall)
Content copied to clipboard
fun IrMemberAccessExpression<*>.putTypeArguments(vararg args: IrType?, substitute: Boolean = this is IrCall)
Content copied to clipboard
Set the type arguments of the call. If substitute is true
and this is an IrCall, calls substituteTypeParams.