Skip to content

Highlight invalid function arguments types #163

@netvl

Description

@netvl

Currently the plugin ignores the cases when a function is called with invalid parameters types. For example, a function call in user function is not an error (from plugin's point of view):

func f(x, y int) int {
    return x + y
}

func user() {
    var x, y float64
    _ := f(x, y)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions