parser/tests/fixtures/0157/ast.txt

38 lines
833 B
Plaintext
Raw Normal View History

[
BracedNamespace {
name: Some(
Identifier {
start: (
3,
11,
),
name: "Foo\Bar",
end: (
3,
19,
),
},
),
body: [
Function {
name: Identifier {
start: (
4,
15,
),
name: "foo",
end: (
4,
18,
),
},
attributes: [],
params: [],
body: [],
return_type: None,
by_ref: false,
},
],
},
]