parser/tests/0100/ast.txt

16 lines
315 B
Plaintext
Raw Normal View History

[
Expression {
expr: StaticMethodCall {
target: Identifier {
name: "Foo",
},
method: DynamicVariable {
name: LiteralString {
value: "foo",
},
},
args: [],
},
},
]