diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-02-20 17:29:24 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-02-20 17:29:24 +0800 |
commit | 58ae26985b85315c8fb9f79a88e84515f71c0af6 (patch) | |
tree | 0c70b2a70ab82e326f0cb6342f4cc84538d8fd65 /test/diagnostics/init.lua | |
parent | 56153ba9957e7a877a0f292c39cb434eeee87045 (diff) | |
download | lua-language-server-58ae26985b85315c8fb9f79a88e84515f71c0af6.zip |
fix test
Diffstat (limited to 'test/diagnostics/init.lua')
-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 148bcec1..8d204daa 100644 --- a/test/diagnostics/init.lua +++ b/test/diagnostics/init.lua @@ -970,7 +970,7 @@ TEST [[ ---@type table T1 = {} print(T1.f1) ----@type table* +---@type tablelib T2 = {} print(T2.<!f2!>) ]] |