Files
Adam Hathcock a6b99abd13 Generate structs for structs and fix struct out parameter if known (#8)
* Generate structs for structs and fix struct out parameter if known

* fmt
2024-06-17 17:04:52 +01:00

4 lines
89 B
C#

namespace ProxyInterfaceSourceGeneratorTests.Source;
public partial interface IBar3 { }