diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-08-18 16:40:56 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-08-18 16:40:56 +0800 |
commit | 332ba28abb7dfe6f45242c978376b3b88c720284 (patch) | |
tree | b472ad654cd493819c46161f9fa469d19f33aed4 /test-beta/hover/init.lua | |
parent | f8ca20e2227c2d1bbb2b7875c411ad36aab9f83e (diff) | |
download | lua-language-server-332ba28abb7dfe6f45242c978376b3b88c720284.zip |
打开一些测试
Diffstat (limited to 'test-beta/hover/init.lua')
-rw-r--r-- | test-beta/hover/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-beta/hover/init.lua b/test-beta/hover/init.lua index 68205e38..d57f4d51 100644 --- a/test-beta/hover/init.lua +++ b/test-beta/hover/init.lua @@ -273,7 +273,7 @@ function string.lower(string) -> string ]] --- TODO 不根据传入值推测参数类型 +-- 不根据传入值推测参数类型 TEST [[ local function x(a, ...) end |