1 2 3 4 5 6 7 8 9 10 11
---@meta ---not meant for normal usage ---@deprecated ---@class test local test = {} function test._match() end function test.stack_dump() end return test