Alexey
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Edited Psi Type for generics
Hi, I have a class with class-level generic. Let's say class A <T extends Number>. Inside the class there is a method: void m(T num). After converting "num" type into PsiType I'm getting PsiClassRe...