Menu

#132 CS0535 quick fix highlights the incorrect method

open
nobody
None
5
2008-01-25
2008-01-25
No

Test case:
public interface X
{
void Method();
}

public class Y : X
{

}

Invoke quick fix on the class 'Y' to insert the 'Method()' method into 'Y';. See that the method gets inserted but the declaration in 'X' is highlighted instead of the declaration in 'Y'.

Discussion


Log in to post a comment.