Describe the Bug
from typing import TypeAlias
A: TypeAlias = int | str
def f() -> A: ...
f # def mod.f() -> Unknown
hover / inlay hint works correctly, but provide type doesn't
@yangdanny97 i've tried to investigate why, but i can't figure it out :(
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response
Describe the Bug
hover / inlay hint works correctly, but provide type doesn't
@yangdanny97 i've tried to investigate why, but i can't figure it out :(
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response