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

49 lines
1.1 KiB
Plaintext

[
Class {
name: Identifier {
start: (
3,
7,
),
name: "Foo",
end: (
3,
11,
),
},
attributes: [],
extends: None,
implements: [],
body: [
Method {
name: Identifier {
start: (
4,
14,
),
name: "bar",
end: (
4,
17,
),
},
attributes: [],
params: [],
body: [
Echo {
values: [
LiteralInteger {
i: 1,
},
],
},
],
flags: [],
return_type: None,
by_ref: false,
},
],
flags: [],
},
]