mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:29:19 +02:00
*** empty log message ***
This commit is contained in:
parent
f7b137cdef
commit
7e7e30d9d3
9
bugs/bug0198.pp
Normal file
9
bugs/bug0198.pp
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
type
|
||||||
|
to1 = class
|
||||||
|
function GetCaps1 : Longint;virtual;abstract;
|
||||||
|
function GetCaps2 : Longint;virtual;stdcall;
|
||||||
|
function GetCaps : Longint;virtual;stdcall;abstract;
|
||||||
|
end;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
@ -262,3 +262,5 @@ bug0194.pp @procedure var returns value in it instead of address !!
|
|||||||
bug0196.pp "function a;" is accepted (should require result type)
|
bug0196.pp "function a;" is accepted (should require result type)
|
||||||
bug0197.pp should produce an error: problem with c1:=c2<c3 where c? is
|
bug0197.pp should produce an error: problem with c1:=c2<c3 where c? is
|
||||||
a comp type
|
a comp type
|
||||||
|
bug0198.pp calling specifications aren't allowed in class declarations,
|
||||||
|
this should be allowed
|
||||||
|
Loading…
Reference in New Issue
Block a user