We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa1540d + 3f94af5 commit b25d303Copy full SHA for b25d303
1 file changed
crates/emmylua_code_analysis/resources/std/ffi.lua
@@ -36,7 +36,7 @@ function ffi.cdef(def, params, ...) end
36
---@nodiscard
37
function ffi.load(name, global) end
38
39
----@overload fun(ct: ffi.ct*, init: any, ...)
+---@overload fun(ct: ffi.ct*, init: any, ...): ffi.cdata*
40
---@param ct ffi.ct*
41
---@param nelem? integer
42
---@param init? any
0 commit comments