diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-08-13 03:45:38 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-08-13 03:45:38 +0800 |
commit | c62b62ee0c0fb980d96089d546388efd70fc6ebe (patch) | |
tree | 52506650bb52291371b7d0d543b410a334394366 /test | |
parent | c273b04b9a6fe9601036d4401fb020238a1acc15 (diff) | |
download | lua-language-server-c62b62ee0c0fb980d96089d546388efd70fc6ebe.zip |
fix #1446
Diffstat (limited to 'test')
-rw-r--r-- | test/hover/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index 6a4b5399..6d58f051 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -2137,7 +2137,6 @@ function test2() 3. integer ]] -do return end TEST [[ ---@param x number ---@return boolean |