diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-08-13 03:02:43 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-08-13 03:02:43 +0800 |
commit | 192656e11474177782202203d68a7db46df4a342 (patch) | |
tree | 7b368f92f88df26f2ae01126c27f3d899d3326ae /test/hover | |
parent | 502b846eaa21ff518e8d07ab9af832916a326827 (diff) | |
download | lua-language-server-192656e11474177782202203d68a7db46df4a342.zip |
cleanup
Diffstat (limited to 'test/hover')
-rw-r--r-- | test/hover/init.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index e720ffc2..6a4b5399 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -2136,3 +2136,13 @@ function test2() 2. integer 3. integer ]] + +do return end +TEST [[ +---@param x number +---@return boolean +local function <?f?>( + x +) +end +]] |