mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-09 05:36:54 +07:00
4 lines
131 B
Java
4 lines
131 B
Java
// "Compute constant value of '0x7fffffffffffffffL == 0x7ffffffffffffffeL'" "true-preview"
|
|
class Test {
|
|
boolean result = false;
|
|
} |