c71fc31132
* add fixes for structs * handle null non-nullables to nullable nulls * test fix * add enum test even if it's gross looking * generate nullable adapt when needed * fix adapter tests * don't generate static events * fmt * mark for release
8 lines
100 B
C#
8 lines
100 B
C#
namespace ProxyInterfaceSourceGeneratorTests.Source;
|
|
|
|
public enum FooEnumImplement
|
|
{
|
|
X,
|
|
Y
|
|
}
|