parser/tests/0086/ast.txt
2022-11-30 00:43:37 +00:00

22 lines
405 B
Plaintext

[
Class {
name: Identifier {
name: "Foo",
},
extends: None,
implements: [],
body: [
Property {
var: "bar",
value: None,
type: None,
flags: [
Public,
Readonly,
],
},
],
flag: None,
},
]