From cc8fc15d26a1dfd2f30485ba21f2f313141932d0 Mon Sep 17 00:00:00 2001 From: sumneko Date: Thu, 18 Apr 2019 14:31:31 +0800 Subject: =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/test/completion/init.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'server/test') diff --git a/server/test/completion/init.lua b/server/test/completion/init.lua index 7d59eb7a..db23ad84 100644 --- a/server/test/completion/init.lua +++ b/server/test/completion/init.lua @@ -769,3 +769,18 @@ t.$ kind = CompletionItemKind.Field, } } + +TEST [[ +---@$ +]] +(EXISTS) + +TEST [[ +---@cl$ +]] +{ + { + label = 'class', + kind = CompletionItemKind.Keyword + } +} -- cgit v1.2.3