[
    Expression {
        expression: InterpolatedString {
            parts: [
                Expression(
                    Variable(
                        BracedVariableVariable(
                            BracedVariableVariable {
                                start: (
                                    1,
                                    8,
                                ),
                                variable: Identifier(
                                    SimpleIdentifier(
                                        SimpleIdentifier {
                                            span: (
                                                1,
                                                10,
                                            ),
                                            value: "foo",
                                        },
                                    ),
                                ),
                                end: (
                                    1,
                                    13,
                                ),
                            },
                        ),
                    ),
                ),
                Expression(
                    Variable(
                        BracedVariableVariable(
                            BracedVariableVariable {
                                start: (
                                    1,
                                    14,
                                ),
                                variable: ArrayIndex {
                                    array: Identifier(
                                        SimpleIdentifier(
                                            SimpleIdentifier {
                                                span: (
                                                    1,
                                                    16,
                                                ),
                                                value: "foo",
                                            },
                                        ),
                                    ),
                                    index: Some(
                                        LiteralInteger {
                                            span: (
                                                1,
                                                20,
                                            ),
                                            value: "0",
                                        },
                                    ),
                                },
                                end: (
                                    1,
                                    22,
                                ),
                            },
                        ),
                    ),
                ),
                Expression(
                    Variable(
                        BracedVariableVariable(
                            BracedVariableVariable {
                                start: (
                                    1,
                                    23,
                                ),
                                variable: ArrayIndex {
                                    array: Identifier(
                                        SimpleIdentifier(
                                            SimpleIdentifier {
                                                span: (
                                                    1,
                                                    25,
                                                ),
                                                value: "foo",
                                            },
                                        ),
                                    ),
                                    index: Some(
                                        LiteralString {
                                            span: (
                                                1,
                                                29,
                                            ),
                                            value: "bar",
                                        },
                                    ),
                                },
                                end: (
                                    1,
                                    35,
                                ),
                            },
                        ),
                    ),
                ),
                Expression(
                    Variable(
                        BracedVariableVariable(
                            BracedVariableVariable {
                                start: (
                                    1,
                                    36,
                                ),
                                variable: Parenthesized {
                                    start: (
                                        1,
                                        38,
                                    ),
                                    expr: Variable(
                                        SimpleVariable(
                                            SimpleVariable {
                                                span: (
                                                    1,
                                                    39,
                                                ),
                                                name: "foo",
                                            },
                                        ),
                                    ),
                                    end: (
                                        1,
                                        43,
                                    ),
                                },
                                end: (
                                    1,
                                    44,
                                ),
                            },
                        ),
                    ),
                ),
            ],
        },
        end: (
            1,
            46,
        ),
    },
]
