mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 14:36:58 +07:00
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
public class X {
|
|
boolean f(boolean a, boolean b) {
|
|
<spot>return a && b</spot>;
|
|
}
|
|
}
|