diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-03-05 17:07:02 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-03-05 17:07:02 +0800 |
commit | 2434cef378cd2a5748356c427cf843a61e925ad9 (patch) | |
tree | 04f6a4b7897776fe8cb323b81a2ce18d64f6ad49 /server/test/example | |
parent | a9507cd6a329d2be66035ca2019ded070fc7ad33 (diff) | |
download | lua-language-server-2434cef378cd2a5748356c427cf843a61e925ad9.zip |
hover支持表
Diffstat (limited to 'server/test/example')
-rw-r--r-- | server/test/example/vm.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/test/example/vm.lua b/server/test/example/vm.lua index eb882710..f2f4144d 100644 --- a/server/test/example/vm.lua +++ b/server/test/example/vm.lua @@ -408,8 +408,6 @@ function mt:buildFunction(exp, object) return func end - func.built = true - self:scopePush(exp) self.chunk:push() self.chunk:cut 'dots' |