diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-07 20:32:19 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-07 20:32:19 +0800 |
commit | 5f1f0fad1686847fe34936b2f6cd8ee48fd8289d (patch) | |
tree | 6d72b3dd0622c3c9ff8c6b9eec26c2a8b4a729eb /test/diagnostics | |
parent | b35c61b3f63390084cee48b3604e7fb7d47685ca (diff) | |
download | lua-language-server-5f1f0fad1686847fe34936b2f6cd8ee48fd8289d.zip |
update
Diffstat (limited to 'test/diagnostics')
-rw-r--r-- | test/diagnostics/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/diagnostics/init.lua b/test/diagnostics/init.lua index dd1d21c7..0a0489b3 100644 --- a/test/diagnostics/init.lua +++ b/test/diagnostics/init.lua @@ -724,7 +724,7 @@ TEST [[ TEST [[ ---@class A ---@class B ----@alias <!A B!> +---@alias <!A!> B ]] TEST [[ |