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.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua
index 95764923..40474bf5 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -2130,3 +2130,10 @@ local m = {
[[
(enum) A
]]
+
+TEST [[
+local <?x?> = 1 << 2
+]]
+[[
+local x: integer = 4
+]]