mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 02:09:33 +01:00
+ 147
This commit is contained in:
parent
477a174399
commit
87c7b2ce06
12
bugs/bug0147.pp
Normal file
12
bugs/bug0147.pp
Normal file
@ -0,0 +1,12 @@
|
||||
unit u;
|
||||
interface
|
||||
|
||||
function b:boolean;
|
||||
|
||||
implementation
|
||||
|
||||
function b;
|
||||
begin
|
||||
end;
|
||||
|
||||
end.
|
||||
@ -195,4 +195,4 @@ bug0143.pp cannot concat string and array of char in $X+ mode
|
||||
bug0144.pp problem with 'with object do'
|
||||
bug0145.pp typed files with huges records (needs filerec.size:longint)
|
||||
bug0146.pp no sizeof() for var arrays and the size is pushed incorrect
|
||||
|
||||
bug0147.pp function b; is not allowed in implementation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user