mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-16 08:39:59 +07:00
5 lines
54 B
Java
5 lines
54 B
Java
class Foo{
|
|
{
|
|
if (a){ f1(); } else{ f2(); }
|
|
}
|
|
} |