mirror of
https://github.com/danog/parser.git
synced 2024-12-12 09:09:37 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
37 lines
945 B
Plaintext
37 lines
945 B
Plaintext
[
|
|
Expression {
|
|
expr: New {
|
|
target: AnonymousClass {
|
|
attributes: [],
|
|
extends: None,
|
|
implements: [
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
28,
|
|
),
|
|
name: "Foo",
|
|
end: (
|
|
1,
|
|
31,
|
|
),
|
|
},
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
33,
|
|
),
|
|
name: "Bar",
|
|
end: (
|
|
1,
|
|
37,
|
|
),
|
|
},
|
|
],
|
|
body: [],
|
|
},
|
|
args: [],
|
|
},
|
|
},
|
|
]
|