related: https://github.com/sumneko/lua-language-server/issues/1667 I expected this to give an error ```lua ---@class cool_tbl ---@field test fun():string[] local my_tbl = { test = function() return { 2, { "test" }, } end, } ```