Skip to content

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

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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions