parser/tests/0155/ast.txt

34 lines
828 B
Plaintext
Raw Normal View History

[
Namespace {
name: "Foo\Bar",
body: [
Noop,
Class {
name: Identifier {
name: "Baz",
},
attributes: [],
extends: None,
implements: [],
body: [
Property {
var: "foo",
attributes: [],
value: None,
type: Some(
String,
),
flags: [
Public,
Readonly,
],
},
],
flags: [
Final,
],
},
],
},
]