parser/tests/fixtures/0085/ast.txt

34 lines
667 B
Plaintext
Raw Normal View History

[
Class {
name: Identifier {
start: (
1,
22,
),
name: "Foo",
end: (
1,
26,
),
},
attributes: [],
extends: None,
implements: [],
body: [],
modifiers: ClassModifierGroup {
flags: [
Readonly {
start: (
1,
7,
),
end: (
1,
16,
),
},
],
},
},
]