mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 11:29:35 +02:00
*** empty log message ***
This commit is contained in:
parent
bbd2e6cdaf
commit
0e8e9e4173
11
tests/test/testitf5.pp
Normal file
11
tests/test/testitf5.pp
Normal file
@ -0,0 +1,11 @@
|
||||
{ $version >= 1.1}
|
||||
{$mode objfpc}
|
||||
type
|
||||
IMyInterface = interface
|
||||
function f : longint;
|
||||
procedure p(a : longint);
|
||||
property x : longint read f write p;
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
Loading…
Reference in New Issue
Block a user