parser/tests/0063/ast.txt

20 lines
425 B
Plaintext
Raw Normal View History

[
Expression {
expr: New {
target: AnonymousClass {
extends: None,
implements: [
Identifier {
name: "Foo",
},
Identifier {
name: "Bar",
},
],
body: [],
},
args: [],
},
},
]