mirror of
https://github.com/danog/parser.git
synced 2024-12-12 09:09:37 +01:00
eed02aa4e2
Signed-off-by: azjezz <azjezz@protonmail.com>
51 lines
1.2 KiB
Plaintext
51 lines
1.2 KiB
Plaintext
[
|
|
Class {
|
|
name: Identifier {
|
|
start: (
|
|
3,
|
|
7,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
3,
|
|
11,
|
|
),
|
|
},
|
|
attributes: [],
|
|
extends: None,
|
|
implements: [],
|
|
body: [
|
|
TraitUse {
|
|
traits: [
|
|
Identifier {
|
|
start: (
|
|
4,
|
|
9,
|
|
),
|
|
name: "a",
|
|
end: (
|
|
4,
|
|
10,
|
|
),
|
|
},
|
|
Identifier {
|
|
start: (
|
|
4,
|
|
12,
|
|
),
|
|
name: "b",
|
|
end: (
|
|
4,
|
|
14,
|
|
),
|
|
},
|
|
],
|
|
adaptations: [],
|
|
},
|
|
],
|
|
modifiers: ClassModifierGroup {
|
|
modifiers: [],
|
|
},
|
|
},
|
|
]
|