[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Expression {
        expression: MethodClosureCreation {
            target: Variable(
                SimpleVariable(
                    SimpleVariable {
                        span: Span(
                            1,
                            7,
                        ),
                        name: "this",
                    },
                ),
            ),
            arrow: Span(
                1,
                12,
            ),
            method: Identifier(
                SimpleIdentifier(
                    SimpleIdentifier {
                        span: Span(
                            1,
                            14,
                        ),
                        value: "foo",
                    },
                ),
            ),
            placeholder: ArgumentPlaceholder {
                comments: CommentGroup {
                    comments: [],
                },
                left_parenthesis: Span(
                    1,
                    17,
                ),
                ellipsis: Span(
                    1,
                    18,
                ),
                right_parenthesis: Span(
                    1,
                    21,
                ),
            },
        },
        ending: Semicolon(
            Span(
                1,
                22,
            ),
        ),
    },
]
