mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
create subclass: for private inner classes create implementation in the same containing class (IDEA-18954); IDEA-76741
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class Test {
|
||||
private interface Inner {}
|
||||
|
||||
public class InnerImpl implements Inner {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public class Test {
|
||||
private interface Inner {}
|
||||
}
|
||||
Reference in New Issue
Block a user