We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2a938 commit 3ff9fb2Copy full SHA for 3ff9fb2
src/Generator/Driver.cs
@@ -271,9 +271,9 @@ public void SetupPasses(ILibrary library)
271
if (Options.IsCLIGenerator || Options.IsCSharpGenerator)
272
{
273
TranslationUnitPasses.AddPass(new DelegatesPass());
274
+ TranslationUnitPasses.AddPass(new GetterSetterToPropertyPass());
275
}
276
- TranslationUnitPasses.AddPass(new GetterSetterToPropertyPass());
277
TranslationUnitPasses.AddPass(new StripUnusedSystemTypesPass());
278
279
if (Options.IsCSharpGenerator)
0 commit comments