parser/tests/fixtures/0127/ast.txt
azjezz 479f51913c
chore: remove build script
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-05 18:36:04 +01:00

72 lines
1.9 KiB
Plaintext

[
Class {
name: Identifier {
start: (
3,
7,
),
name: "foo",
end: (
3,
11,
),
},
attributes: [],
extends: None,
implements: [],
body: [
Method {
name: Identifier {
start: (
4,
21,
),
name: "__construct",
end: (
4,
32,
),
},
attributes: [],
params: [
Param {
name: Variable {
start: (
5,
32,
),
name: "s",
end: (
5,
35,
),
},
attributes: [],
type: Some(
String,
),
variadic: false,
default: Some(
LiteralString {
value: "h",
},
),
flags: [
Readonly,
Public,
],
by_ref: false,
},
],
body: [],
flags: [
Public,
],
return_type: None,
by_ref: false,
},
],
flags: [],
},
]