Skip to content

Procedure overloading not resolving for ..any #13

@ThisDevDane

Description

@ThisDevDane
main :: proc() {
    foo("FOO");
    foo("FOO", "FOO");
    foo("FOO", "FOO", "FOO");
}

foo :: proc(test : string, test1 : string, args : ...any) { ... }

foo :: proc(test : string) { ... }

This code snippet produces No overloads for 'Foo' that match with the given arguments on the third Foo(...) call

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions