[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Expression {
        expression: AssignmentOperation(
            Assign {
                left: Variable(
                    SimpleVariable(
                        SimpleVariable {
                            span: Span(
                                3,
                                1,
                            ),
                            name: "e",
                        },
                    ),
                ),
                equals: Span(
                    3,
                    4,
                ),
                right: New {
                    new: Span(
                        3,
                        6,
                    ),
                    target: AnonymousClass(
                        AnonymousClass {
                            attributes: [],
                            class: Span(
                                3,
                                10,
                            ),
                            extends: None,
                            implements: None,
                            body: AnonymousClassBody {
                                left_brace: Span(
                                    3,
                                    16,
                                ),
                                members: [
                                    ConcreteMethod(
                                        ConcreteMethod {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            attributes: [],
                                            modifiers: MethodModifierGroup {
                                                modifiers: [
                                                    Public(
                                                        Span(
                                                            4,
                                                            5,
                                                        ),
                                                    ),
                                                ],
                                            },
                                            function: Span(
                                                4,
                                                12,
                                            ),
                                            ampersand: None,
                                            name: SimpleIdentifier {
                                                span: Span(
                                                    4,
                                                    21,
                                                ),
                                                value: "bar",
                                            },
                                            parameters: FunctionParameterList {
                                                comments: CommentGroup {
                                                    comments: [],
                                                },
                                                left_parenthesis: Span(
                                                    4,
                                                    24,
                                                ),
                                                parameters: CommaSeparated {
                                                    inner: [],
                                                    commas: [],
                                                },
                                                right_parenthesis: Span(
                                                    4,
                                                    25,
                                                ),
                                            },
                                            return_type: Some(
                                                ReturnType {
                                                    colon: Span(
                                                        4,
                                                        26,
                                                    ),
                                                    data_type: ParentReference(
                                                        Span(
                                                            4,
                                                            28,
                                                        ),
                                                    ),
                                                },
                                            ),
                                            body: MethodBody {
                                                comments: CommentGroup {
                                                    comments: [],
                                                },
                                                left_brace: Span(
                                                    4,
                                                    35,
                                                ),
                                                statements: [
                                                    Expression {
                                                        expression: Exit {
                                                            value: Some(
                                                                Literal(
                                                                    Integer(
                                                                        LiteralInteger {
                                                                            value: "1",
                                                                            span: Span(
                                                                                5,
                                                                                14,
                                                                            ),
                                                                        },
                                                                    ),
                                                                ),
                                                            ),
                                                        },
                                                        ending: Semicolon(
                                                            Span(
                                                                5,
                                                                16,
                                                            ),
                                                        ),
                                                    },
                                                ],
                                                right_brace: Span(
                                                    6,
                                                    5,
                                                ),
                                            },
                                        },
                                    ),
                                ],
                                right_brace: Span(
                                    7,
                                    1,
                                ),
                            },
                        },
                    ),
                    arguments: None,
                },
            },
        ),
        ending: Semicolon(
            Span(
                7,
                2,
            ),
        ),
    },
]
