parser/tests/0068/ast.txt

21 lines
380 B
Plaintext
Raw Normal View History

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