parser/tests/fixtures/0068/ast.txt

41 lines
850 B
Plaintext
Raw Normal View History

[
Class {
name: Identifier {
start: (
2,
7,
),
name: "MyClass",
end: (
2,
15,
),
},
attributes: [],
extends: None,
implements: [],
body: [
Property {
var: Variable {
start: (
3,
15,
),
name: "a",
end: (
3,
17,
),
},
attributes: [],
value: None,
type: None,
flags: [
Protected,
],
},
],
flags: [],
},
]