Skip to content

Assertion failure when performing polymorphism with matching parameter names #132

@vdka

Description

@vdka
Foo :: fn(a: $T, a: T) -> void {
}

main :: fn() -> void {
    Foo(1, 2)
}

Assertion failed: There had to be at least 1 polymorphic type declared

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions