ITwo is undefined, and as I create it via q-fix, it gets the "internal" visibility, which R# immediately highlights as an error and suggests switching to "public" instead.
Description
publicinterface IOne : IList<ITwo> {}
ITwo is undefined, and as I create it via q-fix, it gets the "internal" visibility, which R# immediately highlights as an error and suggests switching to "public" instead.