summaryrefslogtreecommitdiff
path: root/test/completion/common.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-09-27 18:17:01 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-09-27 18:17:01 +0800
commit8d319e07d95274c53ca7ee19dada6046cc015f97 (patch)
treea09cdf75ff8018fd74cd57348eebec0f80b28734 /test/completion/common.lua
parent01f2b4679667384223bc3e2c3275fe7164b622be (diff)
downloadlua-language-server-8d319e07d95274c53ca7ee19dada6046cc015f97.zip
no longer infer by usage
Diffstat (limited to 'test/completion/common.lua')
-rw-r--r--test/completion/common.lua21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/completion/common.lua b/test/completion/common.lua
index 33cbdf4d..c5740e15 100644
--- a/test/completion/common.lua
+++ b/test/completion/common.lua
@@ -1870,27 +1870,6 @@ end",
},
}
-TEST [[
----<??>
-local function f(a, b, c)
- return a + 1, b .. '', c[1]
-end
-]]
-{
- {
- label = '@param;@return',
- kind = define.CompletionItemKind.Snippet,
- insertText = "\z
-${1:comment}\
----@param a ${2:number}\
----@param b ${3:string}\
----@param c ${4:table}\
----@return ${5:number}\
----@return ${6:string}\
----@return ${7:any}",
- },
-}
-
Cared['insertText'] = nil
TEST [[