File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11# changelog
22
3+ ## 3.6.0
4+ * ` FIX ` [ #1506 ] ( https://github.com/sumneko/lua-language-server/issues/1506 )
5+
36## 3.5.5
47` 2022-9-7 `
58* ` FIX ` [ #1529 ] ( https://github.com/sumneko/lua-language-server/issues/1529 )
Original file line number Diff line number Diff line change @@ -301,16 +301,6 @@ function mt:_eraseAlias(uri)
301301 end
302302 end
303303 end
304- if set .type == ' doc.class' then
305- if set .extends then
306- for _ , ext in ipairs (set .extends ) do
307- if ext .type == ' doc.extends.name' then
308- local view = ext [1 ]
309- drop [view ] = true
310- end
311- end
312- end
313- end
314304 end
315305 LOCK [n .name ] = nil
316306 :: CONTINUE::
Original file line number Diff line number Diff line change @@ -3783,3 +3783,11 @@ local x
37833783
37843784local <?v?> = t[x]
37853785]]
3786+
3787+ TEST ' A|B' [[
3788+ ---@class A
3789+ ---@class B: A
3790+
3791+ ---@type A|B
3792+ local <?t?>
3793+ ]]
You can’t perform that action at this time.
0 commit comments