mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-08 06:57:52 +02:00
rtl: fixed TTypeInfoStaticArray.Dims
This commit is contained in:
parent
3678564156
commit
0c84602aeb
@ -98,7 +98,7 @@ type
|
||||
|
||||
TTypeInfoStaticArray = class external name 'rtl.tTypeInfoStaticArray'(TTypeInfo)
|
||||
public
|
||||
Dims: TIntegerDynArray;
|
||||
Dims: TIntegerDynArray external name 'dims';
|
||||
ElType: TTypeInfo external name 'eltype';
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user