summaryrefslogtreecommitdiff
path: root/test-beta/hover
diff options
context:
space:
mode:
Diffstat (limited to 'test-beta/hover')
-rw-r--r--test-beta/hover/init.lua11
1 files changed, 10 insertions, 1 deletions
diff --git a/test-beta/hover/init.lua b/test-beta/hover/init.lua
index 6c91a47c..75750f78 100644
--- a/test-beta/hover/init.lua
+++ b/test-beta/hover/init.lua
@@ -1209,8 +1209,17 @@ print(<?f?>)
]]
[[
(2 个定义,2 个原型)
-(1) function (y: boolean)
(1) function f(x: number, y: boolean, z: string)
+(1) function f(y: boolean)
+]]
+
+TEST [[
+---@type fun(x: boolean?):boolean?
+local <?f?>
+]]
+[[
+function f(x: boolean?)
+ -> boolean?
]]
do return end