mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
b6c145f98e
Signed-off-by: azjezz <azjezz@protonmail.com>
18 lines
366 B
Plaintext
18 lines
366 B
Plaintext
[
|
|
Expression {
|
|
expr: New {
|
|
target: AnonymousClass {
|
|
attributes: [],
|
|
extends: Some(
|
|
Identifier {
|
|
name: "Foo",
|
|
},
|
|
),
|
|
implements: [],
|
|
body: [],
|
|
},
|
|
args: [],
|
|
},
|
|
},
|
|
]
|