40414243444546
System.out.println("nullInVoidOut"); nullInVoidOutCalled++; } public void throwChecked(String msg) throws CheckedException { throw new CheckedException("foo"); }