mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 11:18:18 +02:00
+ Added bug #118
This commit is contained in:
parent
4e9811301e
commit
5ca33b3ee6
11
bugs/bug0118.pp
Normal file
11
bugs/bug0118.pp
Normal file
@ -0,0 +1,11 @@
|
||||
program Test1;
|
||||
|
||||
type
|
||||
ExampleProc = procedure;
|
||||
|
||||
var
|
||||
Eg: ExampleProc;
|
||||
|
||||
begin
|
||||
Eg := nil; { This produces a compiler error }
|
||||
end.
|
@ -163,3 +163,5 @@ bug0111.pp blockread(typedfile,...) is not allowed in TP7
|
||||
bug0115.pp missing writeln for comp data type
|
||||
bug0117.pp internalerror 17 (and why is there an automatic float
|
||||
conversion?)
|
||||
bug0118.pp Procedural vars cannot be assigned nil ?
|
||||
|
Loading…
Reference in New Issue
Block a user