parser/tests/fixtures/0099/ast.txt

36 lines
870 B
Plaintext
Raw Normal View History

[
Expression {
expr: StaticMethodCall {
target: Identifier(
Identifier {
start: (
1,
7,
),
name: "Foo",
end: (
1,
10,
),
},
),
method: DynamicVariable {
name: Variable(
Variable {
start: (
1,
13,
),
name: "a",
end: (
1,
15,
),
},
),
},
args: [],
},
},
]