parser/tests/fixtures/0215/ast.txt
azjezz 479f51913c
chore: remove build script
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-05 18:36:04 +01:00

69 lines
1.9 KiB
Plaintext

[
Trait {
name: Identifier {
start: (
3,
7,
),
name: "foo",
end: (
3,
11,
),
},
attributes: [],
body: [
Method {
name: Identifier {
start: (
7,
21,
),
name: "bar",
end: (
7,
24,
),
},
attributes: [],
params: [],
body: [
Expression {
expr: Call {
target: Identifier(
Identifier {
start: (
8,
9,
),
name: "exit",
end: (
8,
13,
),
},
),
args: [
Arg {
name: None,
value: LiteralInteger {
i: 1,
},
unpack: false,
},
],
},
},
],
flags: [
Public,
],
return_type: Some(
ParentReference,
),
by_ref: false,
},
],
},
]