mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
Java parser switched to new version
This commit is contained in:
@@ -4,7 +4,7 @@ class TestInvertIf {
|
||||
void invertIf(Object object) {
|
||||
if (object != "adf") {
|
||||
System.out.println("1");
|
||||
} // comment
|
||||
} // comment
|
||||
else {
|
||||
System.out.println("2");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user