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