Add support for static properties and methods (#28)
* x * Add support for static properties and methods.
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
namespace ProxyInterfaceSourceGeneratorTests.Source
|
||||
{
|
||||
public class Human : Animal
|
||||
public class Human
|
||||
{
|
||||
public bool IsAlive { get; set; }
|
||||
}
|
||||
|
||||
public class Animal
|
||||
{
|
||||
public bool X { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user