mirror of
https://github.com/danog/parser.git
synced 2025-01-07 13:19:42 +01:00
b6c145f98e
Signed-off-by: azjezz <azjezz@protonmail.com>
20 lines
341 B
Plaintext
20 lines
341 B
Plaintext
[
|
|
Class {
|
|
name: Identifier {
|
|
name: "Foo",
|
|
},
|
|
attributes: [],
|
|
extends: None,
|
|
implements: [
|
|
Identifier {
|
|
name: "Bar",
|
|
},
|
|
Identifier {
|
|
name: "Baz",
|
|
},
|
|
],
|
|
body: [],
|
|
flags: [],
|
|
},
|
|
]
|