Files
ProxyGenerator/tests/ProxyInterfaceSourceGeneratorTests/Source/IHuman.cs
T
2022-02-01 18:49:01 +01:00

6 lines
103 B
C#

namespace ProxyInterfaceSourceGeneratorTests.Source
{
public partial interface IHuman
{
}
}