mirror of
https://github.com/danog/parser.git
synced 2024-11-30 04:29:13 +01:00
19 lines
414 B
Plaintext
19 lines
414 B
Plaintext
[
|
|
Expression {
|
|
expr: Array {
|
|
items: [
|
|
ArrayItem {
|
|
key: None,
|
|
value: Call {
|
|
target: Identifier {
|
|
name: "foo",
|
|
},
|
|
args: [],
|
|
},
|
|
unpack: false,
|
|
},
|
|
],
|
|
},
|
|
},
|
|
]
|