mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
pull up conflicts: method2abstract used private method moved to superclass (IDEA-56133)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
public class Test {
|
||||
void x() {
|
||||
xx();
|
||||
}
|
||||
|
||||
private void xx(){}
|
||||
}
|
||||
Reference in New Issue
Block a user