mirror of
https://github.com/danog/parser.git
synced 2025-01-09 14:18:26 +01:00
9a2a903fb9
Signed-off-by: azjezz <azjezz@protonmail.com>
23 lines
397 B
Plaintext
23 lines
397 B
Plaintext
[
|
|
Class {
|
|
name: Identifier {
|
|
start: (
|
|
1,
|
|
13,
|
|
),
|
|
name: "Foo",
|
|
end: (
|
|
1,
|
|
17,
|
|
),
|
|
},
|
|
attributes: [],
|
|
extends: None,
|
|
implements: [],
|
|
body: [],
|
|
modifiers: ClassModifierGroup {
|
|
flags: [],
|
|
},
|
|
},
|
|
]
|