This commit is contained in:
parent
359a37ebe3
commit
40be3ccb30
|
|
@ -588,7 +588,7 @@ namespace PascalABCCompiler.Parsers
|
|||
}
|
||||
else
|
||||
sb.Append(prepare_member_name(t.Name));
|
||||
sb.Append(" = " + GetClassKeyword(t));
|
||||
sb.Append(" = " + (t.IsSealed && t.IsAbstract ? "static ":"")+GetClassKeyword(t));
|
||||
bool bracket = false;
|
||||
if (t.IsEnum)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue