Bbt2012inbox Ru
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created Get method in which PsiMethodCallExpression is used
AnsweredCurrently 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 ...