[
    FullOpeningTag(
        Span {
            line: 1,
            column: 1,
            position: 0,
        },
    ),
    Expression(
        ExpressionStatement {
            expression: NullsafePropertyFetch {
                target: Variable(
                    SimpleVariable(
                        SimpleVariable {
                            span: Span {
                                line: 1,
                                column: 7,
                                position: 6,
                            },
                            name: "$a",
                        },
                    ),
                ),
                question_arrow: Span {
                    line: 1,
                    column: 9,
                    position: 8,
                },
                property: Identifier(
                    SimpleIdentifier(
                        SimpleIdentifier {
                            span: Span {
                                line: 1,
                                column: 12,
                                position: 11,
                            },
                            value: "b",
                        },
                    ),
                ),
            },
            ending: Semicolon(
                Span {
                    line: 1,
                    column: 13,
                    position: 12,
                },
            ),
        },
    ),
]
