* tarraydef.setelementdef: don't call size for array constructors as they'll only have one once they're converted to dynamic arrays

git-svn-id: trunk@36089 -
This commit is contained in:
svenbarth 2017-05-04 20:57:06 +00:00
parent 16b44b0719
commit 5f8135dd84

View File

@ -3866,6 +3866,7 @@ implementation
if not(
(ado_IsDynamicArray in arrayoptions) or
(ado_IsConvertedPointer in arrayoptions) or
(ado_IsConstructor in arrayoptions) or
(highrange<lowrange)
) and
(size=-1) then