summaryrefslogtreecommitdiff
path: root/test/hover
diff options
context:
space:
mode:
Diffstat (limited to 'test/hover')
-rw-r--r--test/hover/init.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua
index 9cb24d3d..1493dfd9 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -311,7 +311,7 @@ end
]]
[[
function x()
- -> any
+ -> unknown
]]
TEST [[
@@ -367,19 +367,19 @@ local function f()
end
local <?n?> = f()
]]
-[[local n: any]]
+[[local n: unknown]]
TEST [[
local <?n?> = table.unpack(t)
]]
-[[local n: any]]
+[[local n: unknown]]
TEST [[
local <?n?>
table.pack(n)
]]
[[
-local n: any
+local n: unknown
]]
TEST [[