summaryrefslogtreecommitdiff
path: root/script/parser/guide.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-12-06 20:23:09 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-12-06 20:23:09 +0800
commit9471213c956223fc9746d77b2082cd970c6617f8 (patch)
treea2167b8117bf1d6a76d6bd16c3a7b50813347db4 /script/parser/guide.lua
parentd060e870a5d24e3e575459a0e02d229d9234109a (diff)
downloadlua-language-server-9471213c956223fc9746d77b2082cd970c6617f8.zip
#842
Diffstat (limited to 'script/parser/guide.lua')
-rw-r--r--script/parser/guide.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/parser/guide.lua b/script/parser/guide.lua
index ac773d44..d55ba099 100644
--- a/script/parser/guide.lua
+++ b/script/parser/guide.lua
@@ -1160,7 +1160,7 @@ function m.isInString(ast, position)
end)
end
-function m.isOOP(source, oop)
+function m.isOOP(source)
if source.type == 'setmethod'
or source.type == 'getmethod' then
return true