parser/tests/fixtures/0100/ast.txt

26 lines
577 B
Plaintext
Raw Normal View History

[
Expression {
expr: StaticMethodCall {
target: Identifier(
Identifier {
start: (
1,
7,
),
name: "Foo",
end: (
1,
10,
),
},
),
method: DynamicVariable {
name: LiteralString {
value: "foo",
},
},
args: [],
},
},
]