Skip to content

Fail to convert composite literal to any type implicitly  #138

@vdka

Description

@vdka
a :: fn(b: any) -> void {
}

S :: struct{}

main :: fn() -> void {
    a([]u8{})
    a(S{})
}

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