---@class Student local Student = { name = nil, age = nil, } ---@type Student local sd = {} local age = sd.age this way can work at v2.6.8 and it did't work after update to 3.X
this way can work at v2.6.8 and it did't work after update to 3.X