mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 00:10:31 +02:00
no message
This commit is contained in:
parent
02979451d1
commit
164acd59d2
22
tests/webtbf/tw3183.pp
Normal file
22
tests/webtbf/tw3183.pp
Normal file
@ -0,0 +1,22 @@
|
||||
{$ifdef fpc}{$mode delphi}{$endif}
|
||||
|
||||
type
|
||||
IA=interface
|
||||
function copy:String;
|
||||
end;
|
||||
|
||||
IB=interface(IA)
|
||||
function copy:integer;
|
||||
end;
|
||||
|
||||
to1 = class(tinterfacedobject,ia,ib)
|
||||
function copy:string;
|
||||
end;
|
||||
|
||||
function to1.copy:string;
|
||||
begin
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user