Files
ProxyGenerator/tests/ProxyInterfaceSourceGeneratorTests/Source/IPerson.cs
T
Adam Hathcock e341772cbc add csharpier
2024-05-21 16:34:46 +01:00

5 lines
127 B
C#

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