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

Key: RSRP-25593
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Eugene Pasynkov
Reporter: Eugene Pasynkov
Votes: 0
Watchers: 0
Operations

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

Abstract property override

Created: 06 Aug 06 17:49   Updated: 09 Sep 06 13:33
Component/s: Code Analysis
Fix Version/s: 2.0.1
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Fixed in build: 250
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=25593


 Description  « Hide
public abstract class Class1
{
public abstract string Name { get; set; }
}

public abstract class Class2 : Class1
{
public override string Name { get { return ""; } }
}

public class Class3 : Class2
{
public override string Name
{
set{}
}
}
}



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