parser/tests/fixtures/0077/ast.txt
Saif Eddin Gmati 5127b2116d
chore: refactor interface ast (#187)
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-09 14:42:46 +01:00

33 lines
733 B
Plaintext

[
Constant(
Constant {
start: (
1,
7,
),
end: (
1,
20,
),
entries: [
ConstantEntry {
name: Identifier {
start: (
1,
13,
),
name: "FOO",
end: (
1,
17,
),
},
value: LiteralInteger {
i: "1",
},
},
],
},
),
]