parser/tests/fixtures/0047/ast.txt

46 lines
907 B
Plaintext
Raw Normal View History

[
Class {
name: Identifier {
start: (
3,
7,
),
name: "Foo",
end: (
3,
11,
),
},
attributes: [],
extends: None,
implements: [
Identifier {
start: (
3,
22,
),
name: "Bar",
end: (
3,
25,
),
},
Identifier {
start: (
3,
27,
),
name: "Baz",
end: (
3,
31,
),
},
],
body: [],
modifiers: ClassModifierGroup {
modifiers: [],
},
},
]