307bc1a015
* x * Add support for static properties and methods.
6 lines
113 B
C#
6 lines
113 B
C#
namespace ProxyInterfaceSourceGeneratorTests.Source
|
|
{
|
|
public partial interface IPerson : IHuman
|
|
{
|
|
}
|
|
} |