mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 12:38:29 +02:00
+ 839
This commit is contained in:
parent
e95573a025
commit
d54b55a11b
18
tests/webtbs/tbug839.pp
Normal file
18
tests/webtbs/tbug839.pp
Normal file
@ -0,0 +1,18 @@
|
||||
{$mode tp}
|
||||
program notcom;
|
||||
|
||||
type demo=object
|
||||
constructor init;
|
||||
destructor done(x:longint);
|
||||
end;
|
||||
|
||||
constructor demo.init;
|
||||
begin
|
||||
end;
|
||||
|
||||
destructor demo.done(x:longint);
|
||||
begin
|
||||
end;
|
||||
|
||||
begin
|
||||
end.
|
Loading…
Reference in New Issue
Block a user