mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 06:18:16 +02:00
8 lines
191 B
ObjectPascal
8 lines
191 B
ObjectPascal
{ %FAIL }
|
|
{ Old file: tbf0300.pp }
|
|
{ crash if method on non existing object is parsed (form bugs 651) OK 0.99.13 (PFV) }
|
|
|
|
procedure nonexistent_class_or_object.method; begin end;
|
|
begin
|
|
end.
|