mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-07 10:12:42 +02:00
10 lines
75 B
PHP
10 lines
75 B
PHP
{%MainUnit unit1.pas}
|
|
type
|
|
TMyClass = class
|
|
|
|
|
|
procedure Do1;
|
|
begin
|
|
end;
|
|
|