mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: 0be6faa7bd6ea391f53bc811fe8f3124424fd950
6 lines
156 B
Java
6 lines
156 B
Java
// "Replace with 'Math.max()' call" "true"
|
|
class Test {
|
|
void test(int a, int b) {
|
|
int c/*0*/ = (((a) <caret> > /*1*/(b)) ? /*2*/(a) : /*3*/(b));
|
|
}
|
|
} |