Add support for base (proxy) class (#29)
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
using Xunit.Sdk;
|
||||
|
||||
namespace ProxyInterfaceSourceGeneratorTests.Source
|
||||
{
|
||||
public class Human
|
||||
{
|
||||
public bool IsAlive { get; set; }
|
||||
|
||||
public string GetterOnly => "x";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user