mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
move inner to upper level: prepend outer class field
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package p;
|
||||
|
||||
public class B extends X {
|
||||
private A outer;
|
||||
|
||||
{
|
||||
method();
|
||||
}
|
||||
|
||||
private A outer;
|
||||
|
||||
public B(A outer) {
|
||||
this.outer = outer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user