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

28 lines
596 B
Plaintext

[
Expression {
expr: PropertyFetch {
target: Variable {
name: "foo",
},
property: Identifier {
name: "bar",
},
},
},
Expression {
expr: PropertyFetch {
target: PropertyFetch {
target: Variable {
name: "foo",
},
property: Identifier {
name: "bar",
},
},
property: Identifier {
name: "baz",
},
},
},
]