mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +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;
|
|
} |