mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* fixed i.e. when type casting array constructors
git-svn-id: trunk@3532 -
This commit is contained in:
parent
48802b0866
commit
3c4207bbe0
@ -1604,6 +1604,7 @@ implementation
|
||||
(left.resulttype.def.deftype=formaldef) or
|
||||
(
|
||||
not(is_open_array(left.resulttype.def)) and
|
||||
not(is_array_constructor(left.resulttype.def)) and
|
||||
(left.resulttype.def.size=resulttype.def.size)
|
||||
) or
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user