mirror of
https://github.com/neovim/neovim.git
synced 2026-02-09 05:18:45 +00:00
test: fix some type warnings (#37483)
This commit is contained in:
@@ -49,7 +49,7 @@ function M.fix_slashes(obj)
|
||||
end
|
||||
|
||||
--- @param ... string|string[]
|
||||
--- @return string
|
||||
--- @return string[]
|
||||
function M.argss_to_cmd(...)
|
||||
local cmd = {} --- @type string[]
|
||||
for i = 1, select('#', ...) do
|
||||
|
||||
Reference in New Issue
Block a user