You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2026. It is now read-only.
In case a class has interface method implementation with different return type, we generate duplicate marshal method.
An example:
The return types are
CharBufferandIAppendablehere. One derived from the other.We should generate just one marshal method in this case, for the actual implementation method.