parser/tests/0064/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

28 lines
722 B
Plaintext

[
Expression {
expr: New {
target: AnonymousClass {
attributes: [],
extends: None,
implements: [],
body: [
Method {
name: Identifier {
name: "foo",
},
attributes: [],
params: [],
body: [],
flags: [
Public,
],
return_type: None,
by_ref: false,
},
],
},
args: [],
},
},
]