mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
Fixes EA-266646 - AE: JavaParserUtil.parseFragment GitOrigin-RevId: d9b0b9ebd0afe239a5c3086f4a27834ed475dc84
7 lines
107 B
Java
7 lines
107 B
Java
class Foo {
|
|
void test(boolean a, boolean b) {
|
|
if(a && b) {
|
|
System.out.println("x");
|
|
}
|
|
}
|
|
} |