summaryrefslogtreecommitdiff
path: root/test/hover
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-22 21:03:50 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-22 21:03:50 +0800
commit30f1cea83c4d88775932dc4bc8c12b9c74ecfb19 (patch)
tree5f0e466931573e5d9e4da80f25b8355697de8cd4 /test/hover
parentcdb6c06ca2983f1caf1a0964997c8c44ea784b27 (diff)
downloadlua-language-server-30f1cea83c4d88775932dc4bc8c12b9c74ecfb19.zip
display optional field in table
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 1a05d78e..79af0154 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -772,7 +772,7 @@ local <?t?> = {
]]
[[
local t: {
- f: file*?,
+ f?: file*,
}
]]