Object has data
In XMIR,
<o/> objects must not contain data unless their base
is org.eolang.bytes (or bytes for short).
Incorrect:
<object>
<o name="bar" base="foo">
<o>A1-B2-C3-D4-E5</o>
</o>
</object>Correct:
<object>
<o name="bar" base="Φ.org.eolang.bytes">
<o>A1-B2-C3-D4-E5</o>
</o>
</object>Published on Fri Oct 10 22:53:59 UTC 2025.