[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Expression {
        expression: MethodCall {
            target: Variable(
                SimpleVariable(
                    SimpleVariable {
                        span: Span(
                            1,
                            7,
                        ),
                        name: "foo",
                    },
                ),
            ),
            arrow: Span(
                1,
                11,
            ),
            method: Identifier(
                SimpleIdentifier(
                    SimpleIdentifier {
                        span: Span(
                            1,
                            13,
                        ),
                        value: "bar",
                    },
                ),
            ),
            arguments: ArgumentList {
                comments: CommentGroup {
                    comments: [],
                },
                left_parenthesis: Span(
                    1,
                    16,
                ),
                arguments: [],
                right_parenthesis: Span(
                    1,
                    17,
                ),
            },
        },
        ending: Semicolon(
            Span(
                1,
                18,
            ),
        ),
    },
    Expression {
        expression: MethodCall {
            target: MethodCall {
                target: Variable(
                    SimpleVariable(
                        SimpleVariable {
                            span: Span(
                                1,
                                20,
                            ),
                            name: "foo",
                        },
                    ),
                ),
                arrow: Span(
                    1,
                    24,
                ),
                method: Identifier(
                    SimpleIdentifier(
                        SimpleIdentifier {
                            span: Span(
                                1,
                                26,
                            ),
                            value: "bar",
                        },
                    ),
                ),
                arguments: ArgumentList {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span(
                        1,
                        29,
                    ),
                    arguments: [],
                    right_parenthesis: Span(
                        1,
                        30,
                    ),
                },
            },
            arrow: Span(
                1,
                31,
            ),
            method: Identifier(
                SimpleIdentifier(
                    SimpleIdentifier {
                        span: Span(
                            1,
                            33,
                        ),
                        value: "baz",
                    },
                ),
            ),
            arguments: ArgumentList {
                comments: CommentGroup {
                    comments: [],
                },
                left_parenthesis: Span(
                    1,
                    36,
                ),
                arguments: [],
                right_parenthesis: Span(
                    1,
                    37,
                ),
            },
        },
        ending: Semicolon(
            Span(
                1,
                38,
            ),
        ),
    },
    Expression {
        expression: FunctionCall {
            target: MethodCall {
                target: Variable(
                    SimpleVariable(
                        SimpleVariable {
                            span: Span(
                                1,
                                40,
                            ),
                            name: "foo",
                        },
                    ),
                ),
                arrow: Span(
                    1,
                    44,
                ),
                method: Identifier(
                    SimpleIdentifier(
                        SimpleIdentifier {
                            span: Span(
                                1,
                                46,
                            ),
                            value: "bar",
                        },
                    ),
                ),
                arguments: ArgumentList {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span(
                        1,
                        49,
                    ),
                    arguments: [],
                    right_parenthesis: Span(
                        1,
                        50,
                    ),
                },
            },
            arguments: ArgumentList {
                comments: CommentGroup {
                    comments: [],
                },
                left_parenthesis: Span(
                    1,
                    51,
                ),
                arguments: [],
                right_parenthesis: Span(
                    1,
                    52,
                ),
            },
        },
        ending: Semicolon(
            Span(
                1,
                53,
            ),
        ),
    },
]
