Oleg
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 1
-
Oleg created a post, AnsweredLightPsiClassBuilder with inheritance and generics
Hello, Given a simple class like ```abstract class Base<A,B,C>{}``` I'd like to make a LightPsiClassBuilder (and SyntheticElement) class like ```class Impl<A,B,C> extends Base<A,B,C>{ Impl(String s...