mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 02:24:00 +07:00
GitOrigin-RevId: 71d783efd5095b0995ac1788863c8a50de759f77
6 lines
114 B
Java
6 lines
114 B
Java
// "Remove redundant argument to call 'A()'" "true-preview"
|
|
class A {
|
|
private void method() {
|
|
new A();
|
|
}
|
|
} |