Repository URL to install this package:
Version:
1.6 ▾
|
lazarus
/
usr
/
share
/
lazarus
/
1.6
/
components
/
codetools
/
examples
/
scanexamples
/
publishedmethods2.pas
|
---|
unit PublishedMethods2;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
type
T = integer;
Point = record end;
implementation
end.