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

21 lines
380 B
Plaintext

[
Class {
name: Identifier {
name: "MyClass",
},
extends: None,
implements: [],
body: [
Property {
var: "a",
value: None,
type: None,
flags: [
Protected,
],
},
],
flag: None,
},
]