History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-56741
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Dmitry Lomov
Reporter: Valentin Kipiatkov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Explicit interface implementations should not be shown in Parameter Info

Created: 28 Jan 08 20:11   Updated: 28 Jan 08 20:11
Component/s: PSI - Resolve
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.