|
@@ -620,7 +620,7 @@ implementation
|
|
|
implemented interfaces) }
|
|
|
if (obj.typ=objectdef) and
|
|
|
(oo_is_enum_class in tobjectdef(obj).objectoptions) then
|
|
|
- AsmWriteln('.signature "Ljava/lang/Enum<'+obj.jvm_full_typename(true)+';>;"');
|
|
|
+ AsmWriteln('.signature "Ljava/lang/Enum<L'+obj.jvm_full_typename(true)+';>;"');
|
|
|
{ in case of nested class: relation to parent class }
|
|
|
if obj.owner.symtabletype in [objectsymtable,recordsymtable] then
|
|
|
AsmWriteln(InnerStructDef(obj));
|