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

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

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

'Cannot access protected constructor' error is not reported

Created: 20 Jan 07 15:27   Updated: 01 Jun 07 18:01
Component/s: PSI - Resolve
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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


 Description  « Hide
class A
{
   protected A(string name) {}
}

class B : A
{
    public static readonly A a =new A("a"); // error CS1540; not reported by ReSharper
}


 All   Comments   Work Log   Change History      Sort Order:
Vladimir Reshetnikov - 01 Jun 07 18:01
Duplicate RSRP-29003