LuaHelper icon indicating copy to clipboard operation
LuaHelper copied to clipboard

返回泛型数组是否不支持

Open ghost90240 opened this issue 1 year ago • 1 comments

---@generic T 
---@param param1 T
---@return T[]
local function test_one(param1)
end

local a = test_one(xxxx)    -- 此处的a提示的是T[]类型,而非真正传进去xxxx的数组类型

ghost90240 avatar Mar 27 '24 12:03 ghost90240

https://github.com/kaishiqi/LuaHelper/releases/tag/0.2.26.1

@ghost90240 我魔改了一版,请试试看效果

kaishiqi avatar Jun 02 '24 10:06 kaishiqi