mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 10:49:30 +02:00
+ bug301
This commit is contained in:
parent
c8941ca9af
commit
9b294081d4
8
bugs/bug0301.pp
Normal file
8
bugs/bug0301.pp
Normal file
@ -0,0 +1,8 @@
|
||||
Program bug0301;
|
||||
|
||||
destructor done;
|
||||
begin
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
@ -389,4 +389,5 @@ bug0293.pp no error with variable name = type name
|
||||
bug0297.pp calling of interrupt procedure allowed but wrong code generated
|
||||
bug0298.pp l1+l2:=l1+l2 gives no error
|
||||
bug0299.pp passing Array[0..1] of char by value to proc leads to problems
|
||||
bug0300.pp crash if method on non existing object is parsed (form bug 651)
|
||||
bug0300.pp crash if method on non existing object is parsed (form bug 651)
|
||||
bug0301.pp crash if destructor without object name is parsed
|
Loading…
Reference in New Issue
Block a user