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

44 lines
841 B
Plaintext

[
Class {
name: Identifier {
start: (
3,
7,
),
name: "A",
end: (
3,
9,
),
},
attributes: [],
extends: None,
implements: [
Identifier {
start: (
3,
20,
),
name: "B",
end: (
3,
21,
),
},
Identifier {
start: (
3,
23,
),
name: "C",
end: (
3,
25,
),
},
],
body: [],
flags: [],
},
]