We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eeb90e3 + df7e1e0 commit ee55df9Copy full SHA for ee55df9
crates/emmylua_code_analysis/resources/std/coroutine.lua
@@ -61,7 +61,7 @@ function coroutine.close(co) end
61
---@return any ...
62
function coroutine.resume(co, val1, ...) end
63
64
----@version 5.1
+---@version 5.1, JIT
65
---
66
--- Returns the running coroutine, or nil when called by the main thread.
67
---@return thread?
0 commit comments