mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 11:50:57 +07:00
8 lines
153 B
Java
8 lines
153 B
Java
// "Simplify boolean expression" "true"
|
|
class X {
|
|
void f() {
|
|
if ((!(!((boolean)true))<caret> ==(true))) {
|
|
//sdf
|
|
}
|
|
}
|
|
} |