Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Oleg Stepanov 
Subsystem
Code Completion 
Affected versions
Fixed in
Fixed in build
Next build 
Build
248
Fixed in build
250
  • Submitted by   Maxim A. Babenko
    3 years ago (06 Aug 2006 17:47)
  • Updated by Maxim A. Babenko
    3 years ago (09 Sep 2006 13:33)
  • Jira: RSRP-25578
    (history, comments)

RSRP-25578

'Create local variable' adds unneccessary brace

0
Before:
Dictionary<int, int> d = new Dictionary<int, int>();
int key = 1;
if (d.TryGetValue(key, ))

After:
Dictionary<int, int> d = new Dictionary<int, int>();
int key = 1;
int value;
if (d.TryGetValue(key, value)))



Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments