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

40 lines
851 B
Plaintext

[
Interface {
name: Identifier {
start: (
3,
11,
),
name: "foo",
end: (
3,
15,
),
},
attributes: [],
extends: [],
body: [
AbstractMethod {
name: Identifier {
start: (
4,
22,
),
name: "bar",
end: (
4,
25,
),
},
attributes: [],
params: [],
flags: [
Public,
],
return_type: None,
by_ref: false,
},
],
},
]