надеюсь, теперь всё сработает
This commit is contained in:
Kotov 2019-05-19 22:26:53 +03:00 committed by GitHub
parent 79dacd5f37
commit b9e1125911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -529,6 +529,8 @@ namespace PascalABCCompiler.Parsers
{
sb.Append(' ', 4);
sb.Append(fields[i].Name);
sb.Append(" = ");
sb.Append(fields[i].GetRawConstantValue());
if (i < fields.Length - 1)
sb.AppendLine(",");
else