Skip to content

Unused assignment with classing #15

Description

@QartemisT

When using Lua classing, it reports the main variable as "unused" invalidly.

Example;

local test = {} -- This is flagged as unused

function test:SomeFunc()
	print("Hello world")
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions