Add tests for interfaces with same name but different namespace (#70)

This commit is contained in:
Stef Heyenrath
2024-04-28 12:41:55 +02:00
committed by GitHub
parent 49ddbc089a
commit b063a4b6af
10 changed files with 185 additions and 1 deletions
@@ -0,0 +1,7 @@
// ReSharper disable once CheckNamespace
namespace ProxyInterfaceSourceGeneratorTests.Namespace1
{
public class ClassInNamespace
{
}
}