Skip to content

String-only methods ignore vararg arguments. #854

@CedNaru

Description

@CedNaru

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions