[
    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: [
                                    Property(
                                        Property {
                                            attributes: [],
                                            modifiers: PropertyModifierGroup {
                                                modifiers: [
                                                    Public(
                                                        Span {
                                                            line: 6,
                                                            column: 6,
                                                            position: 50,
                                                        },
                                                    ),
                                                    Readonly(
                                                        Span {
                                                            line: 6,
                                                            column: 13,
                                                            position: 57,
                                                        },
                                                    ),
                                                ],
                                            },
                                            type: Some(
                                                String(
                                                    Span {
                                                        line: 6,
                                                        column: 22,
                                                        position: 66,
                                                    },
                                                ),
                                            ),
                                            entries: [
                                                Uninitialized {
                                                    variable: SimpleVariable {
                                                        span: Span {
                                                            line: 6,
                                                            column: 29,
                                                            position: 73,
                                                        },
                                                        name: "$foo",
                                                    },
                                                },
                                            ],
                                            end: Span {
                                                line: 6,
                                                column: 33,
                                                position: 77,
                                            },
                                        },
                                    ),
                                ],
                                right_brace: Span {
                                    line: 7,
                                    column: 1,
                                    position: 79,
                                },
                            },
                        },
                    ),
                ],
            },
        ),
    ),
]
