Skip to content

Assertion failure when performing polymorphism with matching parameter names #132

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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