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

24 lines
491 B
Plaintext

[
Interface {
name: Identifier {
name: "foo",
},
attributes: [],
extends: [],
body: [
AbstractMethod {
name: Identifier {
name: "bar",
},
attributes: [],
params: [],
flags: [
Public,
],
return_type: None,
by_ref: false,
},
],
},
]