-
Notifications
You must be signed in to change notification settings - Fork 60
Release Notes 11.4
Release Notes Bot edited this page Jun 16, 2021
·
5 revisions
- Java.Interop GitHub PR 838: [generator] Ensure "global::" is prepended to generic return casts.
- Java.Interop GitHub PR 836: [generator] Handle multiple @return javadoc values
- Java.Interop GitHub PR 834: [generator] Fix NRE from return type not getting set for abstract methods with generics.
- Java.Interop GitHub PR 832: [generator] Fix invalid code generated for EventArgs classes with parameter arrays.
- Java.Interop GitHub PR 831: [generator] Ensure non-constant static interface fields are generated as interface properties.
- Java.Interop GitHub PR 827: [XAT.Bytecode] Fix issue where Kotlin public types inside internal types were not being hidden.