mirror of
https://github.com/danog/parser.git
synced 2024-12-12 09:09:37 +01:00
20 lines
425 B
Plaintext
20 lines
425 B
Plaintext
|
[
|
||
|
Expression {
|
||
|
expr: New {
|
||
|
target: AnonymousClass {
|
||
|
extends: None,
|
||
|
implements: [
|
||
|
Identifier {
|
||
|
name: "Foo",
|
||
|
},
|
||
|
Identifier {
|
||
|
name: "Bar",
|
||
|
},
|
||
|
],
|
||
|
body: [],
|
||
|
},
|
||
|
args: [],
|
||
|
},
|
||
|
},
|
||
|
]
|