parser/tests/fixtures/0201/ast.txt

46 lines
900 B
Plaintext
Raw Normal View History

[
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: [],
modifiers: ClassModifierGroup {
modifiers: [],
},
},
]