mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +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)
|
||||
x : integer;
|
||||
end;
|
||||
|
||||
var
|
||||
a_int : longint;
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
@ -10,6 +10,9 @@ type
|
||||
tclass = class (tobject)
|
||||
x : integer;
|
||||
end;
|
||||
var
|
||||
int : longint;
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user