parser/tests/fixtures/0099/ast.txt
Saif Eddin Gmati 6a6d4d0e5f
chore: refactor ident and dynamic var parsers (#192)
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-10 15:24:55 +01:00

38 lines
1.0 KiB
Plaintext

[
Expression {
expr: StaticMethodCall {
target: Identifier(
SimpleIdentifier(
SimpleIdentifier {
span: (
1,
7,
),
name: "Foo",
},
),
),
method: Variable(
VariableVariable(
VariableVariable {
span: (
1,
12,
),
variable: SimpleVariable(
SimpleVariable {
span: (
1,
13,
),
name: "a",
},
),
},
),
),
args: [],
},
},
]