Abstract properties are generated in abstract classes. #240
Labels
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
in-progress
Issue is being actively worked on.
language/dotnet
Related to .NET bindings (C#, F#, ...)
p1
The .NET generator will generate jsii properties marked abstract as concrete properties with implementations. This does not break anything - superclasses will override these properties with the same body. However, it is unnecessary.
Example:
Generates:
The text was updated successfully, but these errors were encountered: