summaryrefslogtreecommitdiff
path: root/test/diagnostics/undefined-doc-name.lua
blob: 9a55108ac0b22afc35f801c3d692ae2a678e7835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEST [[
---@type <!A!>
]]

TEST [[
---@class A
---@type A|<!B!>|<!C!>
]]

TEST [[
---@class AAA
---@alias B AAA

---@type B
]]

TEST [[
---@alias B <!AAA!>
]]