mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
Java: Recognize multiple parametrized duplicates when extracting a method (IDEA-188243)
This commit is contained in:
@@ -7,9 +7,9 @@ class Test10 {
|
||||
|
||||
private void newMethod() {
|
||||
new Super() {
|
||||
int get() {
|
||||
return 0;
|
||||
}
|
||||
int get() {
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user