summaryrefslogtreecommitdiff
path: root/test/hover/init.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-17 04:24:44 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-17 04:24:44 +0800
commitfbb028fa8ac1c1d146e4e6aecda03442af9ddee8 (patch)
treebd0e28e93525f9f95754800f118d77c8ae8cecc9 /test/hover/init.lua
parent103d77b9789d0e9d420479dd7b746827ce79e3da (diff)
downloadlua-language-server-fbb028fa8ac1c1d146e4e6aecda03442af9ddee8.zip
fix optional
Diffstat (limited to 'test/hover/init.lua')
-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 ee66ef2b..1a05d78e 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -772,7 +772,7 @@ local <?t?> = {
]]
[[
local t: {
- f: file*,
+ f: file*?,
}
]]