mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
get rid of groovy duplication; treat same name fields/params in constructor generation (IDEA-148338)
This commit is contained in:
@@ -3,7 +3,7 @@ public class Clas extends Clas2{
|
||||
|
||||
public Clas(int foo, int foo1) {<caret>
|
||||
super(foo);
|
||||
foo = foo1;
|
||||
this.foo = foo1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user