mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-12 23:12:37 +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.
|
|
|