mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 12:17:12 +07:00
8 lines
145 B
Java
8 lines
145 B
Java
// "Remove redundant cast" "true-preview"
|
|
class Test {
|
|
{
|
|
int i = 1;
|
|
int j = 2;
|
|
System.out.println(j * ((i<caret>nt)(i % j)));
|
|
}
|
|
} |