Priority
Major
Type
Bug 
State
Fixed 
Assignee
Andrey Simanovsky 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
562
  • Submitted by   Dmitry Shaporenkov
    2 years ago (21 Aug 2007 13:53)
  • Updated by Dmitry Shaporenkov
    2 years ago (20 Nov 2007 18:03)
  • Jira: RSRP-47694
    (history, comments)

RSRP-47694

SafeDelete removes 'set' property accessor that has usages

0
public class Test
{
  public static int Foo
  {
    get { return 0; }
    set { }
  }

  public static void Main(string[] args)
  {
    Foo = 3;
  }
}



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