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