Jzuloaga
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Jzuloaga created a post, AnsweredResharper Structural Pattern Replacement adds extra empty braces
I need help with a resharper structural pattern that removes a redundant variable. The output has an extra pair of curly braces: This is my target: public bool functionName(object argument) { ...