I have a class, which I have simplified to this:
final class Thing { private final int value; public Thing(int value) { this.value = value;
try
System.out.println(Integer.MAX_Value - Integer.MIN_VALUE);
This needs to return a positive number as MAX_VALUE > MIN_VALUE but instead prints -1