Project
ReSharper
Priority
Normal
Type
Cosmetics
Fix versions
2.5.1, 3.0
State
Fixed
Assignee
Andrey Simanovsky
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Vladimir Reshetnikov
    5 years ago (03 Nov 2006 14:48)
  • Updated by   Vladimir Reshetnikov
    5 years ago (18 Dec 2006 21:42)
  • Jira: RSRP-31136
    (history, comments)
 
RSRP-31136 Quick-fix does not fix anything
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
class Base<T>
{
    public virtual void Foo<S>(S x) where S : T
    {}
}

class Derived : Base<byte>
{
    public override void Foo<S>(S x)
    {
    }
    
    static void Bar()
    {
       new Derived().Foo(-1); // here
    }
}


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