mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 21:33:17 +02:00
* Same problem also appears with interface variables
git-svn-id: trunk@18915 -
This commit is contained in:
parent
2650326e6b
commit
09a50cc538
@ -10,6 +10,10 @@ type
|
|||||||
a_tclass = class (tobject)
|
a_tclass = class (tobject)
|
||||||
x : integer;
|
x : integer;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
var
|
||||||
|
a_int : longint;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
@ -10,6 +10,9 @@ type
|
|||||||
tclass = class (tobject)
|
tclass = class (tobject)
|
||||||
x : integer;
|
x : integer;
|
||||||
end;
|
end;
|
||||||
|
var
|
||||||
|
int : longint;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user