Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
2.5
State
Fixed
Assignee
Evgeny Pasynkov
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Vladimir Reshetnikov
    5 years ago (12 Oct 2006 11:24)
  • Updated by   Jura Gorohovsky
    11 months ago (18 Feb 2011 22:58)
  • Jira: RSRP-29730
    (history, comments)
 
RSRP-29730 Strange error highlight and quick-fix (base)
1
Issue is visible to: All Users
  The issue is visible to the selected user group only
class Derived : Base
{
    public Derived() : base(base) // here
    {}
}

class Base
{
    public Base(Derived d) {}
}


Should be a kind of: Cannot use 'base' in this context

Issue was closed
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Vladimir Reshetnikov
  Vladimir Reshetnikov
12 Oct 2006 11:29
5 years ago