parser/tests/fixtures/0068/ast.txt
azjezz 479f51913c
chore: remove build script
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-05 18:36:04 +01:00

41 lines
850 B
Plaintext

[
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: [],
},
]