Skip to content

Function expressions can have names. This is not accounted for #669

@hazzard993

Description

@hazzard993
const y = function x() {
    x();
}
local y
y = function(self)
    x(_G)
end

Playground Link

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