Like https://github.com/LuaLS/lua-language-server/pull/2871 ```lua --- @alias A { kind: 'A'} --- @alias B { kind: 'B'} local x --- @type A|B if x.kind == 'A' then -- x is A end ```