mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
rename: show conflict if renamed method erased signature would conflict with existing method (IDEA-111875)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class RenameTest<T> {
|
||||
void f<caret>oo(T t) {
|
||||
}
|
||||
|
||||
void foo1(Object t) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user