mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
8 lines
131 B
Java
8 lines
131 B
Java
// "Unwrap 'if' statement" "true"
|
|
class X {
|
|
private final boolean field = true;
|
|
|
|
String m() {
|
|
return "one";
|
|
}
|
|
} |