// ReSharper disable CheckNamespace namespace InterfaceGenerator.Tests.SameName_1; /// /// A class with the same name as . It exists to test if the generated source units have fully /// qualified names. /// [GenerateAutoInterface] internal class SameNameClass : ISameNameClass { }