Unverified Commit f41ac7da authored by Kevin Laeufer's avatar Kevin Laeufer Committed by GitHub
Browse files

ir: add UseSerializer mixin trait (#1824)



Using the new trait to overwrite serialize at the
leaf classes, we ensure that new, e.g., Expression
nodes will not automatically try to call
`Serializer.serialize` which would fail by default.

Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent b1ec7cd7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment