Files
Max Isbey e02caca54b Fail generation if a non-class statement sits between generated classes
The define-before-use reorder reassembles a generated wire package from
its class blocks plus the text before the first class and after the
last, so a module-level statement emitted between two classes would
silently disappear. codegen emits none today; assert it stays that way.
2026-07-29 22:09:54 +00:00
..