[
    FullOpeningTag(
        FullOpeningTagStatement {
            span: Span {
                line: 1,
                column: 1,
                position: 0,
            },
        },
    ),
    UnitEnum(
        UnitEnumStatement {
            attributes: [],
            enum: Span {
                line: 3,
                column: 1,
                position: 7,
            },
            name: SimpleIdentifier {
                span: Span {
                    line: 3,
                    column: 6,
                    position: 12,
                },
                value: "EnumWithCall",
            },
            implements: [],
            body: UnitEnumBody {
                left_brace: Span {
                    line: 3,
                    column: 19,
                    position: 25,
                },
                members: [
                    Method(
                        ConcreteMethod {
                            comments: CommentGroup {
                                comments: [],
                            },
                            attributes: [],
                            modifiers: MethodModifierGroup {
                                modifiers: [
                                    Public(
                                        Span {
                                            line: 4,
                                            column: 5,
                                            position: 31,
                                        },
                                    ),
                                ],
                            },
                            function: Span {
                                line: 4,
                                column: 12,
                                position: 38,
                            },
                            ampersand: None,
                            name: SimpleIdentifier {
                                span: Span {
                                    line: 4,
                                    column: 21,
                                    position: 47,
                                },
                                value: "__call",
                            },
                            parameters: FunctionParameterList {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_parenthesis: Span {
                                    line: 4,
                                    column: 27,
                                    position: 53,
                                },
                                parameters: CommaSeparated {
                                    inner: [
                                        FunctionParameter {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            name: SimpleVariable {
                                                span: Span {
                                                    line: 4,
                                                    column: 28,
                                                    position: 54,
                                                },
                                                name: "$k",
                                            },
                                            attributes: [],
                                            data_type: None,
                                            ellipsis: None,
                                            default: None,
                                            ampersand: None,
                                        },
                                        FunctionParameter {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            name: SimpleVariable {
                                                span: Span {
                                                    line: 4,
                                                    column: 32,
                                                    position: 58,
                                                },
                                                name: "$v",
                                            },
                                            attributes: [],
                                            data_type: None,
                                            ellipsis: None,
                                            default: None,
                                            ampersand: None,
                                        },
                                    ],
                                    commas: [
                                        Span {
                                            line: 4,
                                            column: 30,
                                            position: 56,
                                        },
                                    ],
                                },
                                right_parenthesis: Span {
                                    line: 4,
                                    column: 34,
                                    position: 60,
                                },
                            },
                            return_type: None,
                            body: MethodBody {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_brace: Span {
                                    line: 4,
                                    column: 36,
                                    position: 62,
                                },
                                statements: [],
                                right_brace: Span {
                                    line: 4,
                                    column: 37,
                                    position: 63,
                                },
                            },
                        },
                    ),
                ],
                right_brace: Span {
                    line: 5,
                    column: 1,
                    position: 65,
                },
            },
        },
    ),
]
