diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-05 02:24:22 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-05 02:24:22 +0800 |
commit | 4d4efe71baae4c505153c40ed1a1bcbe40c1745b (patch) | |
tree | 717349f87201d68219c0e4d5494d43a11eb4fea2 /test/hover/init.lua | |
parent | 8661aaa67e749190c97ed2960bcc7453d6224876 (diff) | |
download | lua-language-server-4d4efe71baae4c505153c40ed1a1bcbe40c1745b.zip |
update
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 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, } ]] |