summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/hover/init.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua
index 18482de5..4f339c87 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -1664,3 +1664,10 @@ local t: {
[10]: string = "d",
}
]]
+
+TEST [[
+function f1.f2.<?f3?>() end
+]]
+[[
+function f1.f2.f3()
+]]