Oleg
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 1
-
Created LightPsiClassBuilder with inheritance and generics
AnsweredHello, 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...