mirror of
https://github.com/danog/parser.git
synced 2025-01-09 06:08:25 +01:00
19 lines
318 B
Plaintext
19 lines
318 B
Plaintext
|
[
|
||
|
Class {
|
||
|
name: Identifier {
|
||
|
name: "Foo",
|
||
|
},
|
||
|
extends: None,
|
||
|
implements: [
|
||
|
Identifier {
|
||
|
name: "Bar",
|
||
|
},
|
||
|
Identifier {
|
||
|
name: "Baz",
|
||
|
},
|
||
|
],
|
||
|
body: [],
|
||
|
flag: None,
|
||
|
},
|
||
|
]
|