[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Expression {
        expression: NullsafeMethodCall {
            target: Variable(
                SimpleVariable(
                    SimpleVariable {
                        span: Span(
                            1,
                            7,
                        ),
                        name: "a",
                    },
                ),
            ),
            question_arrow: Span(
                1,
                9,
            ),
            method: Identifier(
                SimpleIdentifier(
                    SimpleIdentifier {
                        span: Span(
                            1,
                            12,
                        ),
                        value: "b",
                    },
                ),
            ),
            arguments: ArgumentList {
                comments: CommentGroup {
                    comments: [],
                },
                left_parenthesis: Span(
                    1,
                    13,
                ),
                arguments: [
                    Positional {
                        comments: CommentGroup {
                            comments: [],
                        },
                        ellipsis: None,
                        value: Variable(
                            SimpleVariable(
                                SimpleVariable {
                                    span: Span(
                                        1,
                                        14,
                                    ),
                                    name: "c",
                                },
                            ),
                        ),
                    },
                ],
                right_parenthesis: Span(
                    1,
                    16,
                ),
            },
        },
        ending: Semicolon(
            Span(
                1,
                17,
            ),
        ),
    },
]
