Project
ReSharper
Priority
Major
Type
Bug
Fix versions
6.0 EAP
State
Fixed
Assignee
Sergey Coox
Subsystem
PSI
Affected versions
No Affected versions
Fixed in build
6.0.2130.9  
  • Created by   Valentin Kipiatkov
    4 years ago (28 Jan 2008 21:11)
  • Updated by   Kirill Falk
    9 months ago (13 Apr 2011 13:40)
  • Jira: RSRP-56741
    (history, comments)
 
RSRP-56741 Explicit interface implementations should not be shown in Parameter Info
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
interface I
{
  void Foo();
}

class A : I
{
  void I.Foo()
  {
    Foo();
  }

  public void Foo(int a)
  {
  }
}


Show Parameter Info for the call to "Foo". 2 signatures are included.
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments