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