mirror of
https://github.com/danog/parser.git
synced 2025-01-09 22:28:33 +01:00
14 lines
204 B
Plaintext
14 lines
204 B
Plaintext
|
[
|
||
|
Class {
|
||
|
name: Identifier {
|
||
|
name: "Foo",
|
||
|
},
|
||
|
extends: None,
|
||
|
implements: [],
|
||
|
body: [],
|
||
|
flag: Some(
|
||
|
Readonly,
|
||
|
),
|
||
|
},
|
||
|
]
|