XA Binding ambiguous reference #344
Labels
enhancement
Proposed change to current functionality
generator
Issues binding a Java library (generator, class-parse, etc.)
Having interfaces (generated) like this
public interface IInterface3 : { void Close(); }
public interface IInterface2 : { void Close(); }
public interface IInterface1 : IInterface2, IInterface3 {}
The
IInterface1
's invoker generated code with ambiguous reference:There is two scenarios in this situation:
(ps renaming the
Close
would not help, since the generator will create 2 same named pointer to the method:The text was updated successfully, but these errors were encountered: