We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dabcb2 + 6fd223a commit e3a5d8dCopy full SHA for e3a5d8d
1 file changed
crates/emmylua_code_analysis/resources/std/string.lua
@@ -56,8 +56,7 @@ function string.char(...) end
56
--- loaded, those upvalues receive fresh instances containing **nil**. (You can
57
--- use the debug library to serialize and reload the upvalues of a function in
58
--- a way adequate to your needs.)
59
----@overload fun(func:fun()):string
60
----@param func fun()
+---@param func function
61
---@param strip? boolean
62
---@return string
63
function string.dump(func, strip) end
0 commit comments