parser/tests/fixtures/0085/ast.txt

23 lines
373 B
Plaintext
Raw Normal View History

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