a6b99abd13
* Generate structs for structs and fix struct out parameter if known * fmt
10 lines
181 B
C#
10 lines
181 B
C#
namespace ProxyInterfaceSourceGeneratorTests.Source
|
|
{
|
|
public partial interface IFoo2 : IFoo2Base { }
|
|
|
|
public partial interface IFoo2Base
|
|
{
|
|
int Weird2();
|
|
}
|
|
}
|