mirror of
https://github.com/danog/parser.git
synced 2024-12-02 09:27:50 +01:00
b6c145f98e
Signed-off-by: azjezz <azjezz@protonmail.com>
25 lines
501 B
Plaintext
25 lines
501 B
Plaintext
[
|
|
Class {
|
|
name: Identifier {
|
|
name: "foo",
|
|
},
|
|
attributes: [],
|
|
extends: None,
|
|
implements: [],
|
|
body: [
|
|
TraitUse {
|
|
traits: [
|
|
Identifier {
|
|
name: "a",
|
|
},
|
|
Identifier {
|
|
name: "b",
|
|
},
|
|
],
|
|
adaptations: [],
|
|
},
|
|
],
|
|
flags: [],
|
|
},
|
|
]
|