// "Remove 'if' statement" "true-preview" class Test { void patternVariableAccessedOutsideOfExpression(Object o) { if (false && o instanceof String s) { System.out.println(s); } } }