mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 01:09:46 +07:00
leave methods to ensure compatibility, to be inlined and deprecated in separate commit (IDEA-CR-30329)
8 lines
138 B
Java
8 lines
138 B
Java
// "Remove redundant cast(s)" "true"
|
|
class Test {
|
|
{
|
|
int i = 1;
|
|
int j = 2;
|
|
System.out.println(j * (i<caret>nt)(i % j));
|
|
}
|
|
} |