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.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua
index a09f8583..893d8698 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -697,8 +697,8 @@ end
]]
[[
function f()
- -> nil
- 2. nil
+ -> any
+ 2. any
]]
TEST [[
@@ -708,7 +708,7 @@ end
local <?x?> = f()
]]
[[
-local x: nil
+local x: any
]]
TEST [[
@@ -719,7 +719,7 @@ end
]]
[[
function f()
- -> integer|nil
+ -> integer
]]
TEST [[