mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-08 04:06:56 +07:00
6 lines
94 B
Java
6 lines
94 B
Java
// "Simplify" "true"
|
|
class Test {
|
|
int test(int a, int b) {
|
|
return true<caret>?a:b;
|
|
}
|
|
} |