From 8d319e07d95274c53ca7ee19dada6046cc015f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 27 Sep 2021 18:17:01 +0800 Subject: no longer infer by usage --- test/completion/common.lua | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'test/completion/common.lua') 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 [[ -- cgit v1.2.3