Bbt2012inbox Ru
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
-
-
-
Bbt2012inbox Ru created a post, AnsweredGet method in which PsiMethodCallExpression is used
Currently I'm writing a code inspection in which I need to identify certain methods usages. For this purpose I'm using visitCallExpression(expression: PsiCallExpression) and it works fine. However ...