We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828bb2a commit aa93338Copy full SHA for aa93338
changelog.md
@@ -1,5 +1,8 @@
1
# changelog
2
3
+## 3.5.4
4
+* `FIX` [#1476](https://github.com/sumneko/lua-language-server/issues/1476)
5
+
6
## 3.5.3
7
`2022-8-13`
8
* `FIX` [#1409](https://github.com/sumneko/lua-language-server/issues/1409)
meta/template/basic.lua
@@ -9,7 +9,8 @@ arg = {}
9
---@param v? T
10
---@param message? any
11
---@return T
12
-function assert(v, message) end
+---@return ...
13
+function assert(v, message, ...) end
14
15
---@alias gcoptions
16
---|>'"collect"' # ---#DESTAIL 'cgopt.collect'
0 commit comments