diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-23 14:13:05 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-23 14:13:05 +0800 |
commit | 5c0f9c4672b564da6d54ac8649afe199e4d7b1d7 (patch) | |
tree | e3162f4c66c83fec20ab14a6060e333f29241b27 /test/hover/init.lua | |
parent | 420812ce4e77ff4143437b2893dd77fc729c7622 (diff) | |
download | lua-language-server-5c0f9c4672b564da6d54ac8649afe199e4d7b1d7.zip |
revert `field drop nil`
Diffstat (limited to 'test/hover/init.lua')
-rw-r--r-- | test/hover/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index 0ee62c1b..a97cf3ae 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -772,7 +772,7 @@ local <?t?> = { ]] [[ local t: { - f: file*, + f?: file*, } ]] |