mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:19:33 +02:00
* new bugs
This commit is contained in:
parent
b7cf110884
commit
4c9c767687
@ -13,9 +13,17 @@ type
|
||||
|
||||
t2 = class(Tintfpersistent)
|
||||
public
|
||||
// Different calling convention
|
||||
function _Release: Integer; override; stdcall;
|
||||
end;
|
||||
|
||||
function TIntfPersistent._Release: Integer;
|
||||
begin
|
||||
end;
|
||||
|
||||
function t2._Release: Integer;
|
||||
begin
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
||||
|
@ -14,6 +14,14 @@ type
|
||||
function _Release: Integer; override;
|
||||
end;
|
||||
|
||||
function TIntfPersistent._Release: Integer;
|
||||
begin
|
||||
end;
|
||||
|
||||
function t2._Release: Integer;
|
||||
begin
|
||||
end;
|
||||
|
||||
|
||||
begin
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user