[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Expression {
        expression: AssignmentOperation(
            Assign {
                left: Variable(
                    SimpleVariable(
                        SimpleVariable {
                            span: Span(
                                3,
                                1,
                            ),
                            name: "e",
                        },
                    ),
                ),
                equals: Span(
                    3,
                    4,
                ),
                right: FunctionCall {
                    target: Parenthesized {
                        start: Span(
                            3,
                            6,
                        ),
                        expr: ArrowFunction(
                            ArrowFunction {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                static: None,
                                ampersand: None,
                                fn: Span(
                                    3,
                                    7,
                                ),
                                attributes: [],
                                parameters: FunctionParameterList {
                                    comments: CommentGroup {
                                        comments: [],
                                    },
                                    left_parenthesis: Span(
                                        3,
                                        10,
                                    ),
                                    parameters: CommaSeparated {
                                        inner: [],
                                        commas: [],
                                    },
                                    right_parenthesis: Span(
                                        3,
                                        11,
                                    ),
                                },
                                return_type: Some(
                                    ReturnType {
                                        colon: Span(
                                            3,
                                            12,
                                        ),
                                        data_type: Named(
                                            Span(
                                                3,
                                                14,
                                            ),
                                            "\Generator",
                                        ),
                                    },
                                ),
                                double_arrow: Span(
                                    3,
                                    25,
                                ),
                                body: Yield {
                                    key: None,
                                    value: None,
                                },
                            },
                        ),
                        end: Span(
                            3,
                            33,
                        ),
                    },
                    arguments: ArgumentList {
                        comments: CommentGroup {
                            comments: [],
                        },
                        left_parenthesis: Span(
                            3,
                            34,
                        ),
                        arguments: [],
                        right_parenthesis: Span(
                            3,
                            35,
                        ),
                    },
                },
            },
        ),
        ending: Semicolon(
            Span(
                3,
                36,
            ),
        ),
    },
]
