mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 10:09:08 +02:00
* also use the JVM-specific mangled name code for fields for Java interfaces
(since they also can have static fields) git-svn-id: branches/jvmbackend@18403 -
This commit is contained in:
parent
5f17c0e970
commit
2f4599cc5b
@ -1218,7 +1218,7 @@ implementation
|
||||
srsymtable : tsymtable;
|
||||
begin
|
||||
{$ifdef jvm}
|
||||
if is_javaclass(tdef(owner.defowner)) then
|
||||
if is_java_class_or_interface(tdef(owner.defowner)) then
|
||||
begin
|
||||
if assigned(cachedmangledname) then
|
||||
result:=cachedmangledname^
|
||||
|
Loading…
Reference in New Issue
Block a user