mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
public class X {
|
|
boolean f(boolean a, boolean b, boolean c) {
|
|
return <spot>a ? b : c</spot>;
|
|
}
|
|
} |