fix(proto): oneof codegen and encoding fixes

This commit is contained in:
xeon
2026-02-07 11:38:36 +03:00
parent 23f9797a8a
commit 82938dcfdb
2 changed files with 4 additions and 4 deletions

View File

@@ -336,7 +336,7 @@ fn compileMessage(mode: CompilationMode, arena: Allocator, l: *Lexer, out: *Io.W
}
if (output_structures)
try out.writeAll(" },\n");
try out.writeAll(" } = null,\n");
continue;
}