Skip to content

__inline does not support variadic function #1

Description

@Cheatoid
function InlineExample(...args: any[]) {
  print(args, ...args);
}
__inline(InlineExample, 1, 2, 3);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions