@@ -0,0 +1,22 @@
+{$ifdef fpc}{$mode delphi}{$endif}
+
+type
+ IA=interface
+ function copy:String;
+ end;
+ IB=interface(IA)
+ function copy:integer;
+ to1 = class(tinterfacedobject,ia,ib)
+ function copy:string;
+function to1.copy:string;
+ begin
+begin
+end.