Skip to content

invalid types for variable argument function assignment #194

@graphitemaster

Description

@graphitemaster

given a builtin like void(string, ...) bar = #1 one cannot make a local function pointer with the same type an assign it, e.g void(string, ...) foo = bar; the compiler gives the error that void(string) is incompatible with void(string)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions