History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-18870
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Dmitry Lomov
Reporter: Eugene Pasynkov
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

Should support custom accessor accessibility

Created: 06 Aug 06 01:10   Updated: 04 Jun 07 14:26
Component/s: PSI - Resolve
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
RSRP-9762 Bug in resolve - should take into acc... Normal Closed

Build: 220
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=18870


 Description  « Hide
class C1
{
  public int P
  {
    get { return 0; }
    private set {}
  }
}

class C2
{
  public void Foo(C1 c)
  {
    c.P = 0;
  }
}


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.