summaryrefslogtreecommitdiff
path: root/test/hover
diff options
context:
space:
mode:
Diffstat (limited to 'test/hover')
-rw-r--r--test/hover/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua
index 8ffb89fd..59c68c56 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -414,7 +414,7 @@ t.a = true
]]
[[
local t: {
- a: boolean|integer = 1,
+ a: boolean|integer = 1|true,
}
]]