parser/tests/fixtures/0130/ast.txt

43 lines
913 B
Plaintext
Raw Normal View History

[
Class {
name: Identifier {
start: (
3,
7,
),
name: "foo",
end: (
3,
11,
),
},
attributes: [],
extends: None,
implements: [],
body: [
Method {
name: Identifier {
start: (
4,
21,
),
name: "foreach",
end: (
4,
28,
),
},
attributes: [],
params: [],
body: [],
flags: [
Public,
],
return_type: None,
by_ref: false,
},
],
flags: [],
},
]