[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Expression {
        expression: StaticMethodClosureCreation {
            target: Identifier(
                SimpleIdentifier(
                    SimpleIdentifier {
                        span: Span(
                            1,
                            7,
                        ),
                        value: "A",
                    },
                ),
            ),
            double_colon: Span(
                1,
                8,
            ),
            method: Identifier(
                SimpleIdentifier(
                    SimpleIdentifier {
                        span: Span(
                            1,
                            10,
                        ),
                        value: "foo",
                    },
                ),
            ),
            placeholder: ArgumentPlaceholder {
                comments: CommentGroup {
                    comments: [],
                },
                left_parenthesis: Span(
                    1,
                    13,
                ),
                ellipsis: Span(
                    1,
                    14,
                ),
                right_parenthesis: Span(
                    1,
                    17,
                ),
            },
        },
        ending: Semicolon(
            Span(
                1,
                18,
            ),
        ),
    },
]
