Hello. I've discovered a bug in which Remove and Sort Uses (including code actions on save) will not remove an unused use declaration if it is within a group use declaration that has at least one declaration being used. In this example, MockObject is not removed upon running the Remove and Sort Uses action. However, if I stop using TestCase so that they are both unused, the action succeeds and the entire group is removed as expected.
