Files
2023-07-28 09:45:29 +00:00

4 lines
132 B
Java

// "Replace with constant value" "true-preview"
class Test {
boolean result = 0x7fffffffffffffffL<caret> == 0x7ffffffffffffffeL;
}