mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-30 01:20:53 +07:00
6 lines
117 B
Java
6 lines
117 B
Java
// "Remove redundant cast(s)" "true-preview"
|
|
class Test {
|
|
{
|
|
double d = -1e20 + (do<caret>uble)(1e20 - 1);
|
|
}
|
|
} |