mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 20:50:54 +07:00
Fixes EA-266646 - AE: JavaParserUtil.parseFragment GitOrigin-RevId: d9b0b9ebd0afe239a5c3086f4a27834ed475dc84
9 lines
137 B
Java
9 lines
137 B
Java
class Foo {
|
|
void test(boolean a, boolean b) {
|
|
<caret>if(a &&) {
|
|
if (b) {
|
|
System.out.println("x");
|
|
}
|
|
}
|
|
}
|
|
} |