Artem Melentyev
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
-
Artem Melentyev created a post, Java method resolving
How should I find a specific Java method with regarding to subtyping?:I have PsiType A,B and String methodName, and I want to find a method A#methodName(C) where B is castable to C (eg: C=long, B=i...