Release version 8.13.0 (#874)
Implementation:
- Added support for
@Optimized
attribute on type references ofList<>
type. This is an experimental feature.
Bug fixes:
- Fixed compilation issues for all languages when a nested class/interface is declared in an outer class/interface
and the outer type has an inheritance parent.