Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Open
Assignee
Olga Lobacheva
Subsystem
Psi
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Valentin Kipiatkov
    5 years ago (05 Aug 2006 01:26)
  • Updated by   Olga Lobacheva
    10 months ago (29 Jun 2011 18:01)
  • Jira: RSRP-4849
    (history, comments)
 
RSRP-4849 Do not think anything about parameters of constructor of unknown class
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
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.
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Evgeny Pasynkov
  Evgeny Pasynkov
07 Aug 2006 16:23
5 years ago
Re: #4849- Do not think anything about parameters of constructor of unknown class
see highlighting test constructorProblem3.cs