Ilya K

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created structural search and replace question
i'm trying to use SSR to find all implementations of method isPermitted which use the class X. i can get the first part with:class $Class$ { $RetType$ isPermitted($ParameterType$ $Parameter$);}bu...