Project
ReSharper
Priority
Normal
Type
Feature
Fix versions
No Fix versions
State
Open
Assignee
Olga Lobacheva
Subsystem
Parameter Info
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Vladimir Reshetnikov
    3 years ago (31 Jul 2008 22:02)
  • Updated by   Olga Lobacheva
    7 months ago (29 Jun 2011 19:01)
  • Jira: RSRP-76382
    (history, comments)
 
RSRP-76382 Non-applicable signatures should be initially grayed out
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
class Base
{
    public virtual void Foo(int x){}
}

class Derived : Base
{
    public override void Foo(int x)
    {
    }

    public void Foo(double x){}

    static void Main()
    {
        new Derived().Foo(|);
    }
}


Symbol | is the caret position. Signature (int x) should be grayed out, because it is inapplicable regardless of provided arguments.
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments