parser/tests/fixtures/0043/ast.txt

23 lines
397 B
Plaintext
Raw Normal View History

[
Class {
name: Identifier {
start: (
1,
13,
),
name: "Foo",
end: (
1,
17,
),
},
attributes: [],
extends: None,
implements: [],
body: [],
modifiers: ClassModifierGroup {
flags: [],
},
},
]