It seems we forgot to take into account vararg parameters when we generated the String-only (using String instead of StringName and automatically cache them) when implementing those new helpers.
You can find an example here:
|
) = callGroup(group.asCachedStringName(), method.asCachedStringName(), ) |
Where the vararg should be written is instead left empty.