parser/tests/0062/ast.txt
Saif Eddin Gmati b6c145f98e
fix: attributes support (#155)
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-04 16:12:23 +01:00

18 lines
366 B
Plaintext

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