| Priority |
Normal |
| Type | Bug |
| State | Fixed |
| Assignee | Oleg Stepanov |
| Subsystem | Code Completion |
| Affected versions |
No affected versions
|
| Fixed in |
2.0.1, 1.0
|
| Fixed in build |
Next build |
| Build |
248
|
| Fixed in build |
250
|
RSRP-25578 |
'Create local variable' adds unneccessary brace |
|
|
Dictionary<int, int> d = new Dictionary<int, int>(); int key = 1; if (d.TryGetValue(key, ))
Dictionary<int, int> d = new Dictionary<int, int>(); int key = 1; int value; if (d.TryGetValue(key, value)))