parser/tests/0085/ast.txt

14 lines
204 B
Plaintext
Raw Normal View History

[
Class {
name: Identifier {
name: "Foo",
},
extends: None,
implements: [],
body: [],
flag: Some(
Readonly,
),
},
]