parser/tests/0062/ast.txt

18 lines
366 B
Plaintext
Raw Normal View History

[
Expression {
expr: New {
target: AnonymousClass {
attributes: [],
extends: Some(
Identifier {
name: "Foo",
},
),
implements: [],
body: [],
},
args: [],
},
},
]