Project
ReSharper
Priority
Major
Type
Bug
Fix versions
2.5
State
Fixed
Assignee
Dmitry Lomov
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Vladimir Reshetnikov
    5 years ago (01 Nov 2006 11:50)
  • Updated by   Vladimir Reshetnikov
    5 years ago (25 Nov 2006 19:29)
  • Jira: RSRP-30887
    (history, comments)
 
RSRP-30887 Qualifier is not redundant
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
class Base
{
    public class T {  }
    public virtual void Foo(T obj) { }
}

class Derived<T> : Base
{
    public override void Foo(Base.T obj) // Qualifier is not redundant
    {
    }
}


Issue was closed
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments