mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:46:11 +02:00
* test fixed, hopefully
git-svn-id: trunk@6810 -
This commit is contained in:
parent
20eca6128f
commit
85189db6fe
@ -1,6 +1,7 @@
|
||||
{ %fail }
|
||||
|
||||
{$mode delphi}
|
||||
{ $mode delphi}
|
||||
{$mode objfpc}
|
||||
type
|
||||
TA = class
|
||||
procedure douseful; virtual; abstract;
|
||||
@ -14,7 +15,11 @@ type
|
||||
|
||||
procedure TB.douseful;
|
||||
begin
|
||||
{ This should give an error, comaptible with Kylix }
|
||||
{ This should give an error, comaptible with Kylix
|
||||
|
||||
Delphi eats this
|
||||
FP shouldn't by default
|
||||
(FK) }
|
||||
inherited;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user