Add support for static properties and methods (#28)
* x * Add support for static properties and methods.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace ProxyInterfaceSourceGeneratorTests.Source
|
||||
{
|
||||
public partial interface IPerson
|
||||
public partial interface IPerson : IHuman
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user