[
    FullOpeningTag(
        FullOpeningTagStatement {
            span: Span {
                line: 1,
                column: 1,
                position: 0,
            },
        },
    ),
    Namespace(
        Unbraced(
            UnbracedNamespace {
                start: Span {
                    line: 3,
                    column: 1,
                    position: 7,
                },
                name: SimpleIdentifier {
                    span: Span {
                        line: 3,
                        column: 11,
                        position: 17,
                    },
                    value: "Foo\Bar",
                },
                end: Span {
                    line: 3,
                    column: 18,
                    position: 24,
                },
                statements: [
                    Class(
                        ClassStatement {
                            attributes: [],
                            modifiers: ClassModifierGroup {
                                modifiers: [
                                    Final(
                                        Span {
                                            line: 5,
                                            column: 1,
                                            position: 27,
                                        },
                                    ),
                                ],
                            },
                            class: Span {
                                line: 5,
                                column: 7,
                                position: 33,
                            },
                            name: SimpleIdentifier {
                                span: Span {
                                    line: 5,
                                    column: 13,
                                    position: 39,
                                },
                                value: "Baz",
                            },
                            extends: None,
                            implements: None,
                            body: ClassBody {
                                left_brace: Span {
                                    line: 5,
                                    column: 17,
                                    position: 43,
                                },
                                members: [
                                    ConcreteConstructor(
                                        ConcreteConstructor {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            attributes: [],
                                            modifiers: MethodModifierGroup {
                                                modifiers: [
                                                    Public(
                                                        Span {
                                                            line: 6,
                                                            column: 6,
                                                            position: 50,
                                                        },
                                                    ),
                                                ],
                                            },
                                            function: Span {
                                                line: 6,
                                                column: 13,
                                                position: 57,
                                            },
                                            ampersand: None,
                                            name: SimpleIdentifier {
                                                span: Span {
                                                    line: 6,
                                                    column: 22,
                                                    position: 66,
                                                },
                                                value: "__construct",
                                            },
                                            parameters: ConstructorParameterList {
                                                comments: CommentGroup {
                                                    comments: [],
                                                },
                                                left_parenthesis: Span {
                                                    line: 6,
                                                    column: 33,
                                                    position: 77,
                                                },
                                                parameters: CommaSeparated {
                                                    inner: [
                                                        ConstructorParameter {
                                                            attributes: [],
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            ampersand: None,
                                                            name: SimpleVariable {
                                                                span: Span {
                                                                    line: 7,
                                                                    column: 34,
                                                                    position: 112,
                                                                },
                                                                name: "$name",
                                                            },
                                                            data_type: Some(
                                                                String(
                                                                    Span {
                                                                        line: 7,
                                                                        column: 27,
                                                                        position: 105,
                                                                    },
                                                                ),
                                                            ),
                                                            ellipsis: None,
                                                            default: Some(
                                                                Literal(
                                                                    String(
                                                                        LiteralString {
                                                                            value: "foo",
                                                                            span: Span {
                                                                                line: 7,
                                                                                column: 42,
                                                                                position: 120,
                                                                            },
                                                                            kind: DoubleQuoted,
                                                                        },
                                                                    ),
                                                                ),
                                                            ),
                                                            modifiers: PromotedPropertyModifierGroup {
                                                                modifiers: [
                                                                    Public(
                                                                        Span {
                                                                            line: 7,
                                                                            column: 11,
                                                                            position: 89,
                                                                        },
                                                                    ),
                                                                    Readonly(
                                                                        Span {
                                                                            line: 7,
                                                                            column: 18,
                                                                            position: 96,
                                                                        },
                                                                    ),
                                                                ],
                                                            },
                                                        },
                                                    ],
                                                    commas: [
                                                        Span {
                                                            line: 7,
                                                            column: 47,
                                                            position: 125,
                                                        },
                                                    ],
                                                },
                                                right_parenthesis: Span {
                                                    line: 8,
                                                    column: 6,
                                                    position: 132,
                                                },
                                            },
                                            body: MethodBody {
                                                comments: CommentGroup {
                                                    comments: [],
                                                },
                                                left_brace: Span {
                                                    line: 8,
                                                    column: 8,
                                                    position: 134,
                                                },
                                                statements: [],
                                                right_brace: Span {
                                                    line: 8,
                                                    column: 9,
                                                    position: 135,
                                                },
                                            },
                                        },
                                    ),
                                ],
                                right_brace: Span {
                                    line: 9,
                                    column: 1,
                                    position: 137,
                                },
                            },
                        },
                    ),
                ],
            },
        ),
    ),
]
