|
Project
|
ReSharper
|
|
Priority
|
Major |
|
Type
|
Bug |
|
Fix versions
|
4.5, 4.5.1, 5.0, Mirabile Futurum |
|
State
|
Fixed |
|
Assignee
|
Sergey Shkredov |
|
Subsystem
|
No subsystem |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
No Fixed in build |
internal interface I1
{
void Foo();
}
internal interface I2
{
void Foo();
}
public class Class1 : I1, I2
{
public void Foo()
{
}
}
Renaming I1.Foo()