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

Key: RSRP-4849
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Lomov
Reporter: Valentin Kipiatkov
Votes: 0
Watchers: 0
Operations

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

Do not think anything about parameters of constructor of unknown class

Created: 05 Aug 06 01:26   Updated: 20 Jun 07 11:00
Component/s: PSI - Resolve
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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

Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=4849


 Description  « Hide

class A : B
{
public A() : base(1)
{
}
}

When 'B' is not resolved, 'base(1)' is highlighted as having wrong number of parameters. Should not since the actual base class is unknown.



 All   Comments   Work Log   Change History      Sort Order:
Eugene Pasynkov - 07 Aug 06 16:23
Re: #4849- Do not think anything about parameters of constructor of unknown class
see highlighting test constructorProblem3.cs