Skip to content

Methods are not visible in the class #1288

Description

@RomanSpector
---@class MyClass
local MyClass =
{
    a = 1;
    b = "";
    c = {};
};

function MyClass:Test()

end

function MyClass:MyClass()
    self:
end

image

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    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