[
    FullOpeningTag(
        Span {
            line: 1,
            column: 1,
            position: 0,
        },
    ),
    Function(
        FunctionStatement {
            comments: CommentGroup {
                comments: [],
            },
            attributes: [],
            function: Span {
                line: 3,
                column: 1,
                position: 7,
            },
            ampersand: None,
            name: SimpleIdentifier {
                span: Span {
                    line: 3,
                    column: 10,
                    position: 16,
                },
                value: "foo",
            },
            parameters: FunctionParameterList {
                comments: CommentGroup {
                    comments: [],
                },
                left_parenthesis: Span {
                    line: 3,
                    column: 13,
                    position: 19,
                },
                parameters: CommaSeparated {
                    inner: [
                        FunctionParameter {
                            comments: CommentGroup {
                                comments: [],
                            },
                            name: SimpleVariable {
                                span: Span {
                                    line: 4,
                                    column: 12,
                                    position: 32,
                                },
                                name: "$a",
                            },
                            attributes: [],
                            data_type: Some(
                                String(
                                    Span {
                                        line: 4,
                                        column: 5,
                                        position: 25,
                                    },
                                ),
                            ),
                            ellipsis: None,
                            default: None,
                            ampersand: None,
                        },
                        FunctionParameter {
                            comments: CommentGroup {
                                comments: [],
                            },
                            name: SimpleVariable {
                                span: Span {
                                    line: 5,
                                    column: 9,
                                    position: 44,
                                },
                                name: "$bar",
                            },
                            attributes: [],
                            data_type: Some(
                                Integer(
                                    Span {
                                        line: 5,
                                        column: 5,
                                        position: 40,
                                    },
                                ),
                            ),
                            ellipsis: None,
                            default: None,
                            ampersand: None,
                        },
                        FunctionParameter {
                            comments: CommentGroup {
                                comments: [],
                            },
                            name: SimpleVariable {
                                span: Span {
                                    line: 6,
                                    column: 11,
                                    position: 60,
                                },
                                name: "$baz",
                            },
                            attributes: [],
                            data_type: Some(
                                Float(
                                    Span {
                                        line: 6,
                                        column: 5,
                                        position: 54,
                                    },
                                ),
                            ),
                            ellipsis: None,
                            default: None,
                            ampersand: None,
                        },
                    ],
                    commas: [
                        Span {
                            line: 4,
                            column: 14,
                            position: 34,
                        },
                        Span {
                            line: 5,
                            column: 13,
                            position: 48,
                        },
                    ],
                },
                right_parenthesis: Span {
                    line: 7,
                    column: 1,
                    position: 65,
                },
            },
            return_type: None,
            body: FunctionBody {
                comments: CommentGroup {
                    comments: [],
                },
                left_brace: Span {
                    line: 7,
                    column: 3,
                    position: 67,
                },
                statements: [],
                right_brace: Span {
                    line: 7,
                    column: 4,
                    position: 68,
                },
            },
        },
    ),
]
