parser/tests/fixtures/0085/ast.txt
2022-12-06 09:51:13 +01:00

34 lines
671 B
Plaintext

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