Generate structs for structs and fix struct out parameter if known (#8)
* Generate structs for structs and fix struct out parameter if known * fmt
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
namespace ProxyInterfaceSourceGeneratorTests.Source
|
||||
{
|
||||
public partial interface IFoo2: IFoo2Base { }
|
||||
public partial interface IFoo2 : IFoo2Base { }
|
||||
|
||||
public partial interface IFoo2Base
|
||||
{
|
||||
int Weird2();
|
||||
|
||||
Reference in New Issue
Block a user