版本 V 3.0.1 ``` ---@class TestA _G.TestA = {}; function TestA:Test() self.a = 1; end ``` **如下图,字段a没有被识别为TestA的字段,旧版本是能正常识别的** 