[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Class(
        Class {
            attributes: [],
            modifiers: ClassModifierGroup {
                modifiers: [],
            },
            class: Span(
                3,
                1,
            ),
            name: SimpleIdentifier {
                span: Span(
                    3,
                    7,
                ),
                value: "bar",
            },
            extends: None,
            implements: None,
            body: ClassBody {
                left_brace: Span(
                    3,
                    11,
                ),
                members: [],
                right_brace: Span(
                    3,
                    12,
                ),
            },
        },
    ),
    Noop(
        Span(
            3,
            13,
        ),
    ),
    Expression {
        expression: AssignmentOperation(
            Assign {
                left: Variable(
                    SimpleVariable(
                        SimpleVariable {
                            span: Span(
                                5,
                                1,
                            ),
                            name: "e",
                        },
                    ),
                ),
                equals: Span(
                    5,
                    4,
                ),
                right: New {
                    new: Span(
                        5,
                        6,
                    ),
                    target: AnonymousClass(
                        AnonymousClass {
                            attributes: [],
                            class: Span(
                                5,
                                10,
                            ),
                            extends: Some(
                                ClassExtends {
                                    extends: Span(
                                        5,
                                        16,
                                    ),
                                    parent: SimpleIdentifier {
                                        span: Span(
                                            5,
                                            24,
                                        ),
                                        value: "bar",
                                    },
                                },
                            ),
                            implements: None,
                            body: AnonymousClassBody {
                                left_brace: Span(
                                    5,
                                    28,
                                ),
                                members: [
                                    ConcreteMethod(
                                        ConcreteMethod {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            attributes: [],
                                            modifiers: MethodModifierGroup {
                                                modifiers: [
                                                    Public(
                                                        Span(
                                                            6,
                                                            5,
                                                        ),
                                                    ),
                                                ],
                                            },
                                            function: Span(
                                                6,
                                                12,
                                            ),
                                            ampersand: None,
                                            name: SimpleIdentifier {
                                                span: Span(
                                                    6,
                                                    21,
                                                ),
                                                value: "bar",
                                            },
                                            parameters: FunctionParameterList {
                                                comments: CommentGroup {
                                                    comments: [],
                                                },
                                                left_parenthesis: Span(
                                                    6,
                                                    24,
                                                ),
                                                parameters: CommaSeparated {
                                                    inner: [],
                                                    commas: [],
                                                },
                                                right_parenthesis: Span(
                                                    6,
                                                    25,
                                                ),
                                            },
                                            return_type: Some(
                                                ReturnType {
                                                    colon: Span(
                                                        6,
                                                        26,
                                                    ),
                                                    data_type: ParentReference(
                                                        Span(
                                                            6,
                                                            28,
                                                        ),
                                                    ),
                                                },
                                            ),
                                            body: MethodBody {
                                                comments: CommentGroup {
                                                    comments: [],
                                                },
                                                left_brace: Span(
                                                    6,
                                                    35,
                                                ),
                                                statements: [
                                                    Return {
                                                        return: Span(
                                                            7,
                                                            9,
                                                        ),
                                                        value: Some(
                                                            New {
                                                                new: Span(
                                                                    7,
                                                                    16,
                                                                ),
                                                                target: Identifier(
                                                                    SimpleIdentifier(
                                                                        SimpleIdentifier {
                                                                            span: Span(
                                                                                7,
                                                                                20,
                                                                            ),
                                                                            value: "bar",
                                                                        },
                                                                    ),
                                                                ),
                                                                arguments: Some(
                                                                    ArgumentList {
                                                                        comments: CommentGroup {
                                                                            comments: [],
                                                                        },
                                                                        left_parenthesis: Span(
                                                                            7,
                                                                            23,
                                                                        ),
                                                                        arguments: [],
                                                                        right_parenthesis: Span(
                                                                            7,
                                                                            24,
                                                                        ),
                                                                    },
                                                                ),
                                                            },
                                                        ),
                                                        ending: Semicolon(
                                                            Span(
                                                                7,
                                                                25,
                                                            ),
                                                        ),
                                                    },
                                                ],
                                                right_brace: Span(
                                                    8,
                                                    5,
                                                ),
                                            },
                                        },
                                    ),
                                ],
                                right_brace: Span(
                                    9,
                                    1,
                                ),
                            },
                        },
                    ),
                    arguments: None,
                },
            },
        ),
        ending: Semicolon(
            Span(
                9,
                2,
            ),
        ),
    },
]
