mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
1. Handle type aliases with the other names imported via `as`, e.g. ``` from typing import TypeAlias as TA a: TA = list[int] ``` This is important for the conformance tests suite 2. Consider binary expressions with OR operators as type hints 3. Do not consider f-string and prefixed strings as type hints GitOrigin-RevId: fcdf7adb7aa3b921091772c521f26c4474a3877e