mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
leave methods to ensure compatibility, to be inlined and deprecated in separate commit (IDEA-CR-30329)
6 lines
109 B
Java
6 lines
109 B
Java
// "Remove redundant cast(s)" "true"
|
|
class Test {
|
|
{
|
|
double d = -1e20 + (do<caret>uble)(1e20 - 1);
|
|
}
|
|
} |