summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-11-14 22:32:31 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-11-14 22:32:31 +0800
commitbfeea5916effde22eae483a2f3b3077cbd7f6e52 (patch)
tree6b3728d7d92b1b474aeabf43808ef73624dc16cf /test.lua
parent21ee5e8a7393e936f2c36d5628e2a307750f4ff5 (diff)
downloadlua-language-server-bfeea5916effde22eae483a2f3b3077cbd7f6e52.zip
`duplicate-set-field` supports cross files
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.lua b/test.lua
index 3f6eb73c..329de053 100644
--- a/test.lua
+++ b/test.lua
@@ -13,6 +13,7 @@ METAPATH = METAPATH or (ROOT:string() .. '/meta')
collectgarbage 'generational'
+---@diagnostic disable-next-line: duplicate-set-field
io.write = function () end
---@diagnostic disable-next-line: lowercase-global