mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-25 14:14:34 +07:00
6 lines
107 B
Java
6 lines
107 B
Java
public class Foo {
|
|
void m(boolean b) {
|
|
boolean foo = b && false;
|
|
m(foo<caret>);
|
|
}
|
|
} |