diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-08 12:22:06 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-08 12:22:06 +0800 |
commit | a086e4a20d9f3f5db9947a682e1668c04c0c5d1b (patch) | |
tree | 7d203734c613dbe95b05d353dcb4acfc28f9657c /test/completion | |
parent | 5a8568991fe3d8570ec0d76dd7314d7f26b8b32b (diff) | |
download | lua-language-server-a086e4a20d9f3f5db9947a682e1668c04c0c5d1b.zip |
ref includes def
Diffstat (limited to 'test/completion')
-rw-r--r-- | test/completion/common.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/completion/common.lua b/test/completion/common.lua index 0d00ddf9..292a2dca 100644 --- a/test/completion/common.lua +++ b/test/completion/common.lua @@ -1921,6 +1921,7 @@ vvv<??> }, } +--[=[ Cared['insertText'] = true TEST [[ ---@param callback fun(x: number, y: number):string @@ -1944,6 +1945,7 @@ end\ ```" }, } +]=] Cared['insertText'] = nil |