mirror of
https://github.com/danog/parser.git
synced 2024-12-04 18:38:11 +01:00
eed02aa4e2
Signed-off-by: azjezz <azjezz@protonmail.com>
43 lines
873 B
Plaintext
43 lines
873 B
Plaintext
[
|
|
Function(
|
|
Function {
|
|
start: (
|
|
1,
|
|
7,
|
|
),
|
|
end: (
|
|
1,
|
|
28,
|
|
),
|
|
name: Identifier {
|
|
start: (
|
|
1,
|
|
16,
|
|
),
|
|
name: "a",
|
|
end: (
|
|
1,
|
|
17,
|
|
),
|
|
},
|
|
attributes: [],
|
|
parameters: FunctionParameterList {
|
|
start: (
|
|
1,
|
|
17,
|
|
),
|
|
end: (
|
|
1,
|
|
19,
|
|
),
|
|
members: [],
|
|
},
|
|
return_type: Some(
|
|
False,
|
|
),
|
|
by_ref: false,
|
|
body: [],
|
|
},
|
|
),
|
|
]
|