[
    FullOpeningTag(
        FullOpeningTagStatement {
            span: Span {
                line: 1,
                column: 1,
                position: 0,
            },
        },
    ),
    Expression(
        ExpressionStatement {
            expression: InterpolatedString(
                InterpolatedStringExpression {
                    parts: [
                        Expression(
                            ExpressionStringPart {
                                expression: Variable(
                                    SimpleVariable(
                                        SimpleVariable {
                                            span: Span {
                                                line: 1,
                                                column: 8,
                                                position: 7,
                                            },
                                            name: "$foo",
                                        },
                                    ),
                                ),
                            },
                        ),
                        Literal(
                            LiteralStringPart {
                                value: " abc ",
                            },
                        ),
                        Expression(
                            ExpressionStringPart {
                                expression: PropertyFetch(
                                    PropertyFetchExpression {
                                        target: Variable(
                                            SimpleVariable(
                                                SimpleVariable {
                                                    span: Span {
                                                        line: 1,
                                                        column: 12,
                                                        position: 11,
                                                    },
                                                    name: "$bar",
                                                },
                                            ),
                                        ),
                                        arrow: Span {
                                            line: 1,
                                            column: 21,
                                            position: 20,
                                        },
                                        property: Identifier(
                                            SimpleIdentifier(
                                                SimpleIdentifier {
                                                    span: Span {
                                                        line: 1,
                                                        column: 23,
                                                        position: 22,
                                                    },
                                                    value: "a",
                                                },
                                            ),
                                        ),
                                    },
                                ),
                            },
                        ),
                        Literal(
                            LiteralStringPart {
                                value: " def ",
                            },
                        ),
                        Expression(
                            ExpressionStringPart {
                                expression: ArrayIndex(
                                    ArrayIndexExpression {
                                        array: Variable(
                                            SimpleVariable(
                                                SimpleVariable {
                                                    span: Span {
                                                        line: 1,
                                                        column: 24,
                                                        position: 23,
                                                    },
                                                    name: "$bar",
                                                },
                                            ),
                                        ),
                                        left_bracket: Span {
                                            line: 1,
                                            column: 33,
                                            position: 32,
                                        },
                                        index: Some(
                                            Literal(
                                                Integer(
                                                    LiteralInteger {
                                                        value: "0",
                                                        span: Span {
                                                            line: 1,
                                                            column: 34,
                                                            position: 33,
                                                        },
                                                    },
                                                ),
                                            ),
                                        ),
                                        right_bracket: Span {
                                            line: 1,
                                            column: 35,
                                            position: 34,
                                        },
                                    },
                                ),
                            },
                        ),
                        Literal(
                            LiteralStringPart {
                                value: " ghi ",
                            },
                        ),
                        Expression(
                            ExpressionStringPart {
                                expression: ArrayIndex(
                                    ArrayIndexExpression {
                                        array: Variable(
                                            SimpleVariable(
                                                SimpleVariable {
                                                    span: Span {
                                                        line: 1,
                                                        column: 36,
                                                        position: 35,
                                                    },
                                                    name: "$bar",
                                                },
                                            ),
                                        ),
                                        left_bracket: Span {
                                            line: 1,
                                            column: 45,
                                            position: 44,
                                        },
                                        index: Some(
                                            Literal(
                                                String(
                                                    LiteralString {
                                                        value: "baz",
                                                        span: Span {
                                                            line: 1,
                                                            column: 46,
                                                            position: 45,
                                                        },
                                                        kind: SingleQuoted,
                                                    },
                                                ),
                                            ),
                                        ),
                                        right_bracket: Span {
                                            line: 1,
                                            column: 49,
                                            position: 48,
                                        },
                                    },
                                ),
                            },
                        ),
                    ],
                },
            ),
            ending: Semicolon(
                Span {
                    line: 1,
                    column: 51,
                    position: 50,
                },
            ),
        },
    ),
]
