// "Unwrap 'if' statement" "true-preview" class X { void f(Object pVal, Object n) { if (!pVal.equals(n)) pVal = null; else if (true==true) pVal = n; } }