summaryrefslogtreecommitdiff
path: root/server-beta/test
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-10-09 16:31:03 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-10-09 16:31:03 +0800
commit18ad48ed3c4b1dcafb1f66d28dc5231b4aa9a00a (patch)
tree7a1180367b78d38d8ef4bdeb79d1832771d2ab11 /server-beta/test
parent6249aedf9464c91f3578d5b50784a8b749391ada (diff)
downloadlua-language-server-18ad48ed3c4b1dcafb1f66d28dc5231b4aa9a00a.zip
暂存
Diffstat (limited to 'server-beta/test')
-rw-r--r--server-beta/test/definition/method.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/server-beta/test/definition/method.lua b/server-beta/test/definition/method.lua
index 08b56f61..58785fe1 100644
--- a/server-beta/test/definition/method.lua
+++ b/server-beta/test/definition/method.lua
@@ -42,16 +42,6 @@ obj:<?method1?>()
TEST [[
local mt
-mt.__index = mt
-function mt:<!method1!>()
-end
-
-local obj = setmetatable({}, mt)
-obj:<?method1?>()
-]]
-
-TEST [[
-local mt
function mt:<!method1!>()
end