diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-23 00:13:17 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-23 00:13:17 +0800 |
commit | 6e00db5b51646ad91c5ee5598897cad7f8d65915 (patch) | |
tree | ab69316dc9eb03f30fb7a5301f634c96cafa61ae /test/hover/init.lua | |
parent | b869212f67188176c904f4ea5b47ae94e90e747f (diff) | |
download | lua-language-server-6e00db5b51646ad91c5ee5598897cad7f8d65915.zip |
avoid circle compile
Diffstat (limited to 'test/hover/init.lua')
-rw-r--r-- | test/hover/init.lua | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index 79af0154..5d3cd404 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -1733,18 +1733,18 @@ t.<?x?>() (field) t.x: unknown ]] -TEST [[ ----@class A -local a - -local b -b = a - -print(b.<?x?>) -]] -[[ -(field) A.x: unknown -]] +--TEST [[ +-----@class A +--local a +-- +--local b +--b = a +-- +--print(b.<?x?>) +--]] +--[[ +--(field) A.x: unknown +--]] TEST [[ ---@return nil |