Skip to content

Error suppression of different amount of arguments of functions when there is "any" #2275

@mashkov-dev

Description

@mashkov-dev
local function example(callback: (any, string) -> ())

end


local function something(value: number, anotherValue: any, again: boolean)

end


example(something) -- works

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions