diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-12-06 20:23:09 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-12-06 20:23:09 +0800 |
commit | 9471213c956223fc9746d77b2082cd970c6617f8 (patch) | |
tree | a2167b8117bf1d6a76d6bd16c3a7b50813347db4 /script/parser/guide.lua | |
parent | d060e870a5d24e3e575459a0e02d229d9234109a (diff) | |
download | lua-language-server-9471213c956223fc9746d77b2082cd970c6617f8.zip |
#842
Diffstat (limited to 'script/parser/guide.lua')
-rw-r--r-- | script/parser/guide.lua | 2 |
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 |