```lua ---@alias test fun(a:int,b:string) ---@type test local test local t = { ---@type test A = function(a, b) --- 此处无法正常推断类型 end } ```