[
    FullOpeningTag(
        FullOpeningTagStatement {
            span: Span {
                line: 1,
                column: 1,
                position: 0,
            },
        },
    ),
    Function(
        FunctionStatement {
            comments: CommentGroup {
                comments: [],
            },
            attributes: [],
            function: Span {
                line: 1,
                column: 7,
                position: 6,
            },
            ampersand: None,
            name: SimpleIdentifier {
                span: Span {
                    line: 1,
                    column: 16,
                    position: 15,
                },
                value: "a",
            },
            parameters: FunctionParameterList {
                comments: CommentGroup {
                    comments: [],
                },
                left_parenthesis: Span {
                    line: 1,
                    column: 17,
                    position: 16,
                },
                parameters: CommaSeparated {
                    inner: [],
                    commas: [],
                },
                right_parenthesis: Span {
                    line: 1,
                    column: 18,
                    position: 17,
                },
            },
            return_type: Some(
                ReturnType {
                    colon: Span {
                        line: 1,
                        column: 19,
                        position: 18,
                    },
                    data_type: False(
                        Span {
                            line: 1,
                            column: 21,
                            position: 20,
                        },
                    ),
                },
            ),
            body: FunctionBody {
                comments: CommentGroup {
                    comments: [],
                },
                left_brace: Span {
                    line: 1,
                    column: 27,
                    position: 26,
                },
                statements: [],
                right_brace: Span {
                    line: 1,
                    column: 28,
                    position: 27,
                },
            },
        },
    ),
]
