Files
2026-06-20 14:49:53 +09:00

7 lines
125 B
Luau

local x = obj.field
-- ^ @variable.other.member
obj:doThing()
-- ^ @function.method
obj.other()
-- ^ @function