We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ee7c0 commit 680ffb8Copy full SHA for 680ffb8
changelog.md
@@ -9,6 +9,7 @@
9
* `FIX` [#1431](https://github.com/sumneko/lua-language-server/issues/1431)
10
* `FIX` [#1446](https://github.com/sumneko/lua-language-server/issues/1446)
11
* `FIX` [#1451](https://github.com/sumneko/lua-language-server/issues/1451)
12
+* `FIX` [#1461](https://github.com/sumneko/lua-language-server/issues/1461)
13
14
## 3.5.2
15
`2022-8-1`
meta/template/coroutine.lua
@@ -56,7 +56,7 @@ function coroutine.status(co) end
56
57
---#DES 'coroutine.wrap'
58
---@param f async fun()
59
----@return fun()
+---@return fun(...):...
60
---@nodiscard
61
function coroutine.wrap(f) end
62
0 commit comments