2022-11-30 01:43:37 +01:00
|
|
|
[
|
2022-11-30 15:38:07 +01:00
|
|
|
BackedEnum {
|
2022-11-30 01:43:37 +01:00
|
|
|
name: Identifier {
|
|
|
|
name: "Foo",
|
|
|
|
},
|
|
|
|
implements: [],
|
2022-11-30 15:38:07 +01:00
|
|
|
backed_type: Int,
|
2022-11-30 01:43:37 +01:00
|
|
|
body: [
|
2022-11-30 15:38:07 +01:00
|
|
|
BackedEnumCase {
|
2022-11-30 01:43:37 +01:00
|
|
|
name: Identifier {
|
|
|
|
name: "Bar",
|
|
|
|
},
|
2022-11-30 15:38:07 +01:00
|
|
|
value: LiteralInteger {
|
|
|
|
i: 2,
|
|
|
|
},
|
2022-11-30 01:43:37 +01:00
|
|
|
},
|
2022-11-30 15:38:07 +01:00
|
|
|
BackedEnumCase {
|
2022-11-30 01:43:37 +01:00
|
|
|
name: Identifier {
|
|
|
|
name: "Baz",
|
|
|
|
},
|
2022-11-30 15:38:07 +01:00
|
|
|
value: LiteralInteger {
|
|
|
|
i: 4,
|
|
|
|
},
|
2022-11-30 01:43:37 +01:00
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
]
|