mirror of
https://github.com/danog/parser.git
synced 2024-12-04 10:27:58 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
44 lines
841 B
Plaintext
44 lines
841 B
Plaintext
[
|
|
Class {
|
|
name: Identifier {
|
|
start: (
|
|
3,
|
|
7,
|
|
),
|
|
name: "A",
|
|
end: (
|
|
3,
|
|
9,
|
|
),
|
|
},
|
|
attributes: [],
|
|
extends: None,
|
|
implements: [
|
|
Identifier {
|
|
start: (
|
|
3,
|
|
20,
|
|
),
|
|
name: "B",
|
|
end: (
|
|
3,
|
|
21,
|
|
),
|
|
},
|
|
Identifier {
|
|
start: (
|
|
3,
|
|
23,
|
|
),
|
|
name: "C",
|
|
end: (
|
|
3,
|
|
25,
|
|
),
|
|
},
|
|
],
|
|
body: [],
|
|
flags: [],
|
|
},
|
|
]
|