LuaHelper icon indicating copy to clipboard operation
LuaHelper copied to clipboard

能否添加类对象返回自身的类型推断

Open Nuctori opened this issue 3 years ago • 0 comments

如题,目前luaHelper 对于返回self的方法没办法自动推断类型,希望增加支持

`---@class myClass local myClass = class("myClass")

function myClass:GetSelf() return self -- deduce return type is any now, not myClass end `

Nuctori avatar Nov 29 '22 12:11 Nuctori