Details
Description
According to the union spec.
Note that when a default value is specified for a record field whose type is a union, the type of the default value must match the first element of the union. Thus, for unions containing “null”, the “null” is usually listed first, since the default value of such unions is typically null
I wonder if a PR would be accepted for this. I managed to add the check for the first element in the parser.
Attachments
Issue Links
- links to