summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-02-20 15:44:57 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-02-20 15:44:57 +0800
commit4beee0e7d67aceb01e83408c6bed13a14b324f34 (patch)
treea7eb1ea6bf6ab5bdfd83f779c2548814c5a86059 /test
parent1ed2e87e1745751ddf58585af79084503bc58782 (diff)
downloadlua-language-server-4beee0e7d67aceb01e83408c6bed13a14b324f34.zip
special handling `any` and `nil`
Diffstat (limited to 'test')
-rw-r--r--test/references/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/references/init.lua b/test/references/init.lua
index 23a99475..28860642 100644
--- a/test/references/init.lua
+++ b/test/references/init.lua
@@ -299,7 +299,7 @@ local <?x?>
-- BUG
TEST [[
----@return <?any?>
+---@return <?string?>
function f() end
]]