Files
ProxyGenerator/tests/ProxyInterfaceSourceGeneratorTests/Source/IPerson.cs
T
2022-05-07 09:33:15 +02:00

6 lines
126 B
C#

// file-scoped namespace !
namespace ProxyInterfaceSourceGeneratorTests.Source;
public partial interface IPerson : IHuman
{
}