summaryrefslogtreecommitdiff
path: root/test/hover/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/hover/init.lua')
-rw-r--r--test/hover/init.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua
index 52d31416..684cbbb2 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -638,15 +638,6 @@ local <?n?> = rawlen()
local n: integer
]]
-TEST[[
-<?next?>()
-]]
-[[
-function next(table: table, index?: any)
- -> key: any
- 2. value: any
-]]
-
-- TODO 暂未实现
--TEST[[
--local <?n?> = pairs()