summaryrefslogtreecommitdiff
path: root/test/full
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-03-13 17:11:30 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-03-13 17:11:41 +0800
commita5ceb34550ad4432376364dfdd0521d86fb329b0 (patch)
treeebf89fb6c14c756e0cee94b50c6a1bfee8921507 /test/full
parent8caef32d3d3809266638f2f2df74549942dc36fd (diff)
downloadlua-language-server-a5ceb34550ad4432376364dfdd0521d86fb329b0.zip
fix #136
Diffstat (limited to 'test/full')
-rw-r--r--test/full/normal.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/full/normal.lua b/test/full/normal.lua
index a673e74b..1f08a92a 100644
--- a/test/full/normal.lua
+++ b/test/full/normal.lua
@@ -155,3 +155,7 @@ TEST [[
---@type any|fun():nil
local t
]]
+
+TEST [[
+---@field name fun(self: Command, aliases: string|string[])
+]]