mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
+ 166
This commit is contained in:
parent
266de92af2
commit
a4c5756926
10
bugs/bug0166.pp
Normal file
10
bugs/bug0166.pp
Normal file
@ -0,0 +1,10 @@
|
||||
type
|
||||
punknown=^unknown;
|
||||
|
||||
t=object
|
||||
procedure p(i:unknown);
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
||||
|
@ -220,3 +220,4 @@ bug0161.pp internal error when trying to create a set with another set as
|
||||
bug0162.pp continue in repeat ... until loop doesn't work correct
|
||||
bug0163.pp missing <= and >= operators for sets.
|
||||
bug0165.pp missing range check code for enumerated types.
|
||||
bug0166.pp forward type used in declaration crashes instead of error
|
||||
|
Loading…
Reference in New Issue
Block a user