mirror of
https://github.com/danog/parser.git
synced 2024-12-13 01:27:29 +01:00
eed02aa4e2
Signed-off-by: azjezz <azjezz@protonmail.com>
41 lines
836 B
Plaintext
41 lines
836 B
Plaintext
[
|
|
Function(
|
|
Function {
|
|
start: (
|
|
3,
|
|
1,
|
|
),
|
|
end: (
|
|
6,
|
|
1,
|
|
),
|
|
name: Identifier {
|
|
start: (
|
|
3,
|
|
10,
|
|
),
|
|
name: "null",
|
|
end: (
|
|
3,
|
|
14,
|
|
),
|
|
},
|
|
attributes: [],
|
|
parameters: FunctionParameterList {
|
|
start: (
|
|
3,
|
|
14,
|
|
),
|
|
end: (
|
|
4,
|
|
1,
|
|
),
|
|
members: [],
|
|
},
|
|
return_type: None,
|
|
by_ref: false,
|
|
body: [],
|
|
},
|
|
),
|
|
]
|