mirror of
https://github.com/danog/parser.git
synced 2024-12-02 09:27:50 +01:00
17 lines
334 B
Plaintext
17 lines
334 B
Plaintext
[
|
|
Expression {
|
|
expr: New {
|
|
target: AnonymousClass {
|
|
extends: Some(
|
|
Identifier {
|
|
name: "Foo",
|
|
},
|
|
),
|
|
implements: [],
|
|
body: [],
|
|
},
|
|
args: [],
|
|
},
|
|
},
|
|
]
|