Skip to content

final function parameter must have type #2060

@bictorman

Description

@bictorman
package main

func main() {
    foo(1, "")
}

func foo(bar int, string)  {} // should be an error
./main.go:7: final function parameter must have type

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions