diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-18 02:39:47 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-18 02:39:47 +0800 |
commit | 3494b7f1d0e93060cf0826f4f6c1b81d0d5e37a5 (patch) | |
tree | 4187ed3a012a64e9215284a90d89224106e837f4 /test/diagnostics | |
parent | c0b4b0299dc7b7efc667ef7fb0957e079ad8a411 (diff) | |
download | lua-language-server-3494b7f1d0e93060cf0826f4f6c1b81d0d5e37a5.zip |
update
Diffstat (limited to 'test/diagnostics')
-rw-r--r-- | test/diagnostics/common.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/diagnostics/common.lua b/test/diagnostics/common.lua index 2b3104d1..0e7d4436 100644 --- a/test/diagnostics/common.lua +++ b/test/diagnostics/common.lua @@ -1811,6 +1811,7 @@ local x = 0 <!x!> = 1.0 ]] +do return end TEST [[ ---@diagnostic disable: unused-local |