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.
missing-parameter
1 parent ec1f746 commit e8c06f2Copy full SHA for e8c06f2
meta/template/basic.lua
@@ -7,7 +7,7 @@ arg = {}
7
---#DES 'assert'
8
---@generic T
9
---@param v T
10
----@param message any
+---@param message? any
11
---@return T
12
function assert(v, message) end
13
0 commit comments