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