mirror of
https://github.com/danog/parser.git
synced 2024-12-02 17:38:16 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
72 lines
2.0 KiB
Plaintext
72 lines
2.0 KiB
Plaintext
[
|
|
Function {
|
|
name: Identifier {
|
|
start: (
|
|
1,
|
|
16,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
1,
|
|
19,
|
|
),
|
|
},
|
|
attributes: [],
|
|
params: [
|
|
Param {
|
|
name: Variable {
|
|
start: (
|
|
1,
|
|
28,
|
|
),
|
|
name: "b",
|
|
end: (
|
|
1,
|
|
30,
|
|
),
|
|
},
|
|
attributes: [],
|
|
type: Some(
|
|
Intersection(
|
|
[
|
|
Identifier(
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
20,
|
|
),
|
|
name: "Foo",
|
|
end: (
|
|
1,
|
|
23,
|
|
),
|
|
},
|
|
),
|
|
Identifier(
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
24,
|
|
),
|
|
name: "Bar",
|
|
end: (
|
|
1,
|
|
28,
|
|
),
|
|
},
|
|
),
|
|
],
|
|
),
|
|
),
|
|
variadic: false,
|
|
default: None,
|
|
flags: [],
|
|
by_ref: false,
|
|
},
|
|
],
|
|
body: [],
|
|
return_type: None,
|
|
by_ref: false,
|
|
},
|
|
]
|