mirror of
https://github.com/danog/parser.git
synced 2024-12-04 18:38:11 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
27 lines
681 B
Plaintext
27 lines
681 B
Plaintext
[
|
|
Expression {
|
|
expr: Array {
|
|
items: [
|
|
ArrayItem {
|
|
key: None,
|
|
value: Variable(
|
|
Variable {
|
|
start: (
|
|
3,
|
|
3,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
3,
|
|
7,
|
|
),
|
|
},
|
|
),
|
|
unpack: false,
|
|
by_ref: true,
|
|
},
|
|
],
|
|
},
|
|
},
|
|
]
|