mirror of
https://github.com/danog/parser.git
synced 2024-12-04 10:27:58 +01:00
6a6d4d0e5f
Signed-off-by: azjezz <azjezz@protonmail.com>
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
[
|
|
Class(
|
|
Class {
|
|
start: (
|
|
3,
|
|
1,
|
|
),
|
|
end: (
|
|
3,
|
|
32,
|
|
),
|
|
name: SimpleIdentifier {
|
|
span: (
|
|
3,
|
|
7,
|
|
),
|
|
name: "Foo",
|
|
},
|
|
extends: None,
|
|
implements: Some(
|
|
ClassImplements {
|
|
span: (
|
|
3,
|
|
11,
|
|
),
|
|
interfaces: [
|
|
SimpleIdentifier {
|
|
span: (
|
|
3,
|
|
22,
|
|
),
|
|
name: "Bar",
|
|
},
|
|
SimpleIdentifier {
|
|
span: (
|
|
3,
|
|
27,
|
|
),
|
|
name: "Baz",
|
|
},
|
|
],
|
|
},
|
|
),
|
|
attributes: [],
|
|
members: [],
|
|
},
|
|
),
|
|
]
|