At least if the code would become invalid otherwise. Example: ``` csharp return(Tmp); ``` The code fix removes the parenthesis which results in ``` csharp returnTmp; ```