mirror of
https://github.com/danog/parser.git
synced 2024-12-12 17:17:23 +01:00
6a6d4d0e5f
Signed-off-by: azjezz <azjezz@protonmail.com>
40 lines
876 B
Plaintext
40 lines
876 B
Plaintext
[
|
|
Class(
|
|
Class {
|
|
start: (
|
|
3,
|
|
1,
|
|
),
|
|
end: (
|
|
3,
|
|
24,
|
|
),
|
|
name: SimpleIdentifier {
|
|
span: (
|
|
3,
|
|
7,
|
|
),
|
|
name: "Foo",
|
|
},
|
|
extends: Some(
|
|
ClassExtends {
|
|
span: (
|
|
3,
|
|
11,
|
|
),
|
|
parent: SimpleIdentifier {
|
|
span: (
|
|
3,
|
|
19,
|
|
),
|
|
name: "Bar",
|
|
},
|
|
},
|
|
),
|
|
implements: None,
|
|
attributes: [],
|
|
members: [],
|
|
},
|
|
),
|
|
]
|