> Reproduction Procedure:
>
>       1) Define a IBase interface and put some methods int it (Base1,
> Base2, Base3).
>       2) Then define two more interfaces derived from IBas (IDerived1,
> IDerived2).
>       3) All the methods are called differently, so, is not a problem of
> ambiguous overloading.
>       4) Then make a class to implement the two derived interfaces
> (TTestCase).
>       5) Then in that class provide two sets for the IBase's methods, and
> implement each of the interfaces redirecting it's methods to the
> respective
> set.

Fixed, Thanks for the test


_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to