Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Alexander Zverev 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
5.0.1612.107  
Fixed in build
900
  • Submitted by   Olga Lobacheva
    20 months ago (14 May 2008 22:54)
  • Updated by Olga Lobacheva
    20 months ago (04 Jun 2008 22:07)
  • Jira: RSRP-68348
    (history, comments)

RSRP-68348

ReSharper creates local variable in incorrect place

0
Want to create local variable. ReSharper creates it in strange place.

void Foo()
{
  // some more code

  int x = 0;
  switch (x)
  {
      case 0:
        blabla = 2;
        break;
      case 1:
        blabla = 3;
        break;
      default:
        break;
  }
}
{caret}blabla = 3;


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