mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
In this case we must fetch real type from generator. We also should open union if one is returned instead of generator itself. Any decorator leads to weak type (Union[Any, T]). To fix it, we use KnownDecorators (its better to use EP there)