mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
10 lines
165 B
Java
10 lines
165 B
Java
// "Collapse 'if' statement" "true"
|
|
|
|
import java.util.List;
|
|
import java.util.Map;
|
|
|
|
public class A {
|
|
public void test(boolean b) {
|
|
System.out.println();
|
|
}
|
|
} |