mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-09 10:53:21 +02:00
17 lines
136 B
ObjectPascal
17 lines
136 B
ObjectPascal
unit findref_cursor;
|
|
|
|
interface
|
|
|
|
uses findref_declaration;
|
|
|
|
type
|
|
TAliasInt = TMyInt;
|
|
|
|
var
|
|
VIPNumber: TMyInt;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|