mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-02 12:14:29 +07:00
8 lines
103 B
Java
8 lines
103 B
Java
class Test {
|
|
void foo() {
|
|
String a = "", b = "", c = "";
|
|
if (a + (() (b + c))) {
|
|
|
|
}
|
|
}
|
|
} |