rename: show conflict if renamed method erased signature would conflict with existing method (IDEA-111875)

This commit is contained in:
Anna Kozlova
2013-08-15 13:49:59 +04:00
parent 397c637699
commit 2a5270d072
3 changed files with 32 additions and 2 deletions
@@ -0,0 +1,7 @@
class RenameTest<T> {
void f<caret>oo(T t) {
}
void foo1(Object t) {
}
}