[
    FullOpeningTag(
        Span {
            line: 1,
            column: 1,
            position: 0,
        },
    ),
    Class(
        ClassStatement {
            attributes: [],
            modifiers: ClassModifierGroup {
                modifiers: [],
            },
            class: Span {
                line: 3,
                column: 1,
                position: 7,
            },
            name: SimpleIdentifier {
                span: Span {
                    line: 3,
                    column: 7,
                    position: 13,
                },
                value: "Foo",
            },
            extends: None,
            implements: None,
            body: ClassBody {
                left_brace: Span {
                    line: 3,
                    column: 11,
                    position: 17,
                },
                members: [
                    ConcreteMethod(
                        ConcreteMethod {
                            comments: CommentGroup {
                                comments: [],
                            },
                            attributes: [],
                            modifiers: MethodModifierGroup {
                                modifiers: [],
                            },
                            function: Span {
                                line: 4,
                                column: 5,
                                position: 23,
                            },
                            ampersand: None,
                            name: SimpleIdentifier {
                                span: Span {
                                    line: 4,
                                    column: 14,
                                    position: 32,
                                },
                                value: "bar",
                            },
                            parameters: FunctionParameterList {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_parenthesis: Span {
                                    line: 4,
                                    column: 17,
                                    position: 35,
                                },
                                parameters: CommaSeparated {
                                    inner: [],
                                    commas: [],
                                },
                                right_parenthesis: Span {
                                    line: 4,
                                    column: 18,
                                    position: 36,
                                },
                            },
                            return_type: None,
                            body: MethodBody {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_brace: Span {
                                    line: 4,
                                    column: 20,
                                    position: 38,
                                },
                                statements: [
                                    Echo(
                                        EchoStatement {
                                            echo: Span {
                                                line: 5,
                                                column: 9,
                                                position: 48,
                                            },
                                            values: [
                                                Literal(
                                                    Integer(
                                                        LiteralInteger {
                                                            value: "1",
                                                            span: Span {
                                                                line: 5,
                                                                column: 14,
                                                                position: 53,
                                                            },
                                                        },
                                                    ),
                                                ),
                                            ],
                                            ending: Semicolon(
                                                Span {
                                                    line: 5,
                                                    column: 15,
                                                    position: 54,
                                                },
                                            ),
                                        },
                                    ),
                                ],
                                right_brace: Span {
                                    line: 6,
                                    column: 5,
                                    position: 60,
                                },
                            },
                        },
                    ),
                ],
                right_brace: Span {
                    line: 7,
                    column: 1,
                    position: 62,
                },
            },
        },
    ),
]
