Skip to content

[Bug]方法内的字段不再被扫描进class #1039

@HiKit

Description

@HiKit

版本 V 3.0.1

---@class TestA
_G.TestA = {};

function TestA:Test()
	self.a = 1;
end

如下图,字段a没有被识别为TestA的字段,旧版本是能正常识别的
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions