diff options
Diffstat (limited to 'meta/template/coroutine.lua')
-rw-r--r-- | meta/template/coroutine.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/template/coroutine.lua b/meta/template/coroutine.lua index b3890bfd..91a3aba3 100644 --- a/meta/template/coroutine.lua +++ b/meta/template/coroutine.lua @@ -17,6 +17,7 @@ function coroutine.create(f) end ---@nodiscard function coroutine.isyieldable(co) end ---#else +---@version >5.2 ---#DES 'coroutine.isyieldable' ---@return boolean ---@nodiscard |