2 lines
94 B
JSON
2 lines
94 B
JSON
# union branches cannot be optional
|
|
{ 'union': 'Union', 'data': { '*a': 'int', 'b': 'str' } }
|