diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-03-05 14:28:09 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-03-05 14:28:09 +0800 |
commit | e5131f6964d22e26cfcc6075e547666452df699c (patch) | |
tree | a5f14c0fa5384a3495d73657a322991a44508d37 /server/test/example/vm.lua | |
parent | 750dc445ea6f0d9010b73f9a8b884e6ca55dfb26 (diff) | |
download | lua-language-server-e5131f6964d22e26cfcc6075e547666452df699c.zip |
局部函数的hover
Diffstat (limited to 'server/test/example/vm.lua')
-rw-r--r-- | server/test/example/vm.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/test/example/vm.lua b/server/test/example/vm.lua index 965a0bec..d293fc38 100644 --- a/server/test/example/vm.lua +++ b/server/test/example/vm.lua @@ -434,7 +434,6 @@ function mt:buildFunction(exp, object) func.argValues[#func.args] = self:getValue(var) elseif arg.type == '...' then self:createDots(#func.args+1, arg) - func.hasDots = true for _ = 1, 10 do func.argValues[#func.argValues+1] = self:createValue('any', arg) end |