[
    FullOpeningTag(
        FullOpeningTagStatement {
            span: 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: [
                                    Public(
                                        Span {
                                            line: 4,
                                            column: 5,
                                            position: 23,
                                        },
                                    ),
                                ],
                            },
                            function: Span {
                                line: 4,
                                column: 12,
                                position: 30,
                            },
                            ampersand: None,
                            name: SimpleIdentifier {
                                span: Span {
                                    line: 4,
                                    column: 21,
                                    position: 39,
                                },
                                value: "bar",
                            },
                            parameters: FunctionParameterList {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_parenthesis: Span {
                                    line: 4,
                                    column: 24,
                                    position: 42,
                                },
                                parameters: CommaSeparated {
                                    inner: [],
                                    commas: [],
                                },
                                right_parenthesis: Span {
                                    line: 4,
                                    column: 25,
                                    position: 43,
                                },
                            },
                            return_type: Some(
                                ReturnType {
                                    colon: Span {
                                        line: 4,
                                        column: 26,
                                        position: 44,
                                    },
                                    data_type: ParentReference(
                                        Span {
                                            line: 4,
                                            column: 28,
                                            position: 46,
                                        },
                                    ),
                                },
                            ),
                            body: MethodBody {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_brace: Span {
                                    line: 4,
                                    column: 35,
                                    position: 53,
                                },
                                statements: [
                                    Expression(
                                        ExpressionStatement {
                                            expression: Exit(
                                                ExitExpression {
                                                    exit: Span {
                                                        line: 5,
                                                        column: 9,
                                                        position: 63,
                                                    },
                                                    argument: Some(
                                                        SingleArgument {
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            left_parenthesis: Span {
                                                                line: 5,
                                                                column: 13,
                                                                position: 67,
                                                            },
                                                            argument: Positional(
                                                                PositionalArgument {
                                                                    comments: CommentGroup {
                                                                        comments: [],
                                                                    },
                                                                    ellipsis: None,
                                                                    value: Literal(
                                                                        Integer(
                                                                            LiteralInteger {
                                                                                value: "1",
                                                                                span: Span {
                                                                                    line: 5,
                                                                                    column: 14,
                                                                                    position: 68,
                                                                                },
                                                                            },
                                                                        ),
                                                                    ),
                                                                },
                                                            ),
                                                            right_parenthesis: Span {
                                                                line: 5,
                                                                column: 15,
                                                                position: 69,
                                                            },
                                                        },
                                                    ),
                                                },
                                            ),
                                            ending: Semicolon(
                                                Span {
                                                    line: 5,
                                                    column: 16,
                                                    position: 70,
                                                },
                                            ),
                                        },
                                    ),
                                ],
                                right_brace: Span {
                                    line: 6,
                                    column: 5,
                                    position: 76,
                                },
                            },
                        },
                    ),
                ],
                right_brace: Span {
                    line: 7,
                    column: 1,
                    position: 78,
                },
            },
        },
    ),
]
