Let's take the following example. The code fixer suggests to remove the comments as well. ```csharp [TestInitialize] public void TestSetup(TestContext tc) { SomeCode(); // Some comments; } ``` <img width="514" height="255" alt="Image" src="https://github.com/user-attachments/assets/e9658eb5-2b65-4889-b667-43df0ad45809" />