When using Lua classing, it reports the main variable as "unused" invalidly. Example; ```lua local test = {} -- This is flagged as unused function test:SomeFunc() print("Hello world") end ```
When using Lua classing, it reports the main variable as "unused" invalidly.
Example;