
AS picked up that the statement is always false, so the body of the if is never executed. This is indeed the case, because the constructor assigns the object which is being checked for null.
AS picked up that the statement is always false, so the body of the if is never executed. This is indeed the case, because the constructor assigns the object which is being checked for null.