parser/tests/0062/ast.txt
2022-11-30 00:43:37 +00:00

17 lines
334 B
Plaintext

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