diff options
author | sumneko <sumneko@hotmail.com> | 2022-03-05 20:23:52 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2022-03-05 20:23:52 +0800 |
commit | 6b7b3a89c8ef0640571ebe9324ea4e43ffbfff33 (patch) | |
tree | 0f330754f9d57563db98d4871be40638f4f18e8e /test | |
parent | ba84c67f8ebdf42d429eec829067233db13a0f0b (diff) | |
download | lua-language-server-6b7b3a89c8ef0640571ebe9324ea4e43ffbfff33.zip |
generic
Diffstat (limited to 'test')
-rw-r--r-- | test/definition/luadoc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/definition/luadoc.lua b/test/definition/luadoc.lua index 61477b0d..74770794 100644 --- a/test/definition/luadoc.lua +++ b/test/definition/luadoc.lua @@ -235,7 +235,7 @@ TEST [[ ---@return T local function f(p) end -local k = <!{}!> +local k = <!function () end!> local <?<!r!>?> = f(k) ]] |