Parse union types of arrays and objects (#7213)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -3320,7 +3320,7 @@ pub enum Type {
|
||||
},
|
||||
// Union/enum types
|
||||
Union {
|
||||
tys: NodeList<PrimitiveType>,
|
||||
tys: NodeList<Type>,
|
||||
},
|
||||
// An object type.
|
||||
Object {
|
||||
|
Reference in New Issue
Block a user