mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 08:51:21 +02:00
* manual merge of svn r17800 (open array overload choosing)
git-svn-id: branches/jvmbackend@18606 -
This commit is contained in:
parent
b0d777e16b
commit
9aae0c47bd
@ -1285,7 +1285,9 @@ implementation
|
||||
(tobjectdef(def_from).is_related(tobjectdef(def_to))) then
|
||||
begin
|
||||
doconv:=tc_equal;
|
||||
eq:=te_convert_l1;
|
||||
{ also update in htypechk.pas/var_para_allowed if changed
|
||||
here }
|
||||
eq:=te_convert_l3;
|
||||
end
|
||||
{ java.lang.string -> unicodestring }
|
||||
else if (def_to=java_jlstring) and
|
||||
|
Loading…
Reference in New Issue
Block a user