parser/tests/0100/ast.txt
2022-11-30 00:43:37 +00:00

16 lines
315 B
Plaintext

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