[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Expression {
        expression: New {
            new: Span(
                1,
                7,
            ),
            target: AnonymousClass(
                AnonymousClass {
                    attributes: [],
                    class: Span(
                        1,
                        11,
                    ),
                    extends: None,
                    implements: None,
                    body: AnonymousClassBody {
                        left_brace: Span(
                            1,
                            23,
                        ),
                        members: [],
                        right_brace: Span(
                            1,
                            24,
                        ),
                    },
                },
            ),
            arguments: Some(
                ArgumentList {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span(
                        1,
                        16,
                    ),
                    arguments: [
                        Positional {
                            comments: CommentGroup {
                                comments: [],
                            },
                            ellipsis: None,
                            value: Literal(
                                Integer(
                                    LiteralInteger {
                                        value: "1",
                                        span: Span(
                                            1,
                                            17,
                                        ),
                                    },
                                ),
                            ),
                        },
                        Positional {
                            comments: CommentGroup {
                                comments: [],
                            },
                            ellipsis: None,
                            value: Literal(
                                Integer(
                                    LiteralInteger {
                                        value: "2",
                                        span: Span(
                                            1,
                                            20,
                                        ),
                                    },
                                ),
                            ),
                        },
                    ],
                    right_parenthesis: Span(
                        1,
                        21,
                    ),
                },
            ),
        },
        ending: Semicolon(
            Span(
                1,
                25,
            ),
        ),
    },
]
