[
    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: "EnumWithCallStatic",
            },
            implements: [],
            body: UnitEnumBody {
                left_brace: Span {
                    line: 3,
                    column: 25,
                    position: 31,
                },
                members: [
                    Method(
                        ConcreteMethod {
                            comments: CommentGroup {
                                comments: [],
                            },
                            attributes: [],
                            modifiers: MethodModifierGroup {
                                modifiers: [
                                    Public(
                                        Span {
                                            line: 4,
                                            column: 5,
                                            position: 37,
                                        },
                                    ),
                                    Static(
                                        Span {
                                            line: 4,
                                            column: 12,
                                            position: 44,
                                        },
                                    ),
                                ],
                            },
                            function: Span {
                                line: 4,
                                column: 19,
                                position: 51,
                            },
                            ampersand: None,
                            name: SimpleIdentifier {
                                span: Span {
                                    line: 4,
                                    column: 28,
                                    position: 60,
                                },
                                value: "__callStatic",
                            },
                            parameters: FunctionParameterList {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_parenthesis: Span {
                                    line: 4,
                                    column: 40,
                                    position: 72,
                                },
                                parameters: CommaSeparated {
                                    inner: [
                                        FunctionParameter {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            name: SimpleVariable {
                                                span: Span {
                                                    line: 4,
                                                    column: 41,
                                                    position: 73,
                                                },
                                                name: "$k",
                                            },
                                            attributes: [],
                                            data_type: None,
                                            ellipsis: None,
                                            default: None,
                                            ampersand: None,
                                        },
                                        FunctionParameter {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            name: SimpleVariable {
                                                span: Span {
                                                    line: 4,
                                                    column: 45,
                                                    position: 77,
                                                },
                                                name: "$v",
                                            },
                                            attributes: [],
                                            data_type: None,
                                            ellipsis: None,
                                            default: None,
                                            ampersand: None,
                                        },
                                    ],
                                    commas: [
                                        Span {
                                            line: 4,
                                            column: 43,
                                            position: 75,
                                        },
                                    ],
                                },
                                right_parenthesis: Span {
                                    line: 4,
                                    column: 47,
                                    position: 79,
                                },
                            },
                            return_type: None,
                            body: MethodBody {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_brace: Span {
                                    line: 4,
                                    column: 49,
                                    position: 81,
                                },
                                statements: [],
                                right_brace: Span {
                                    line: 4,
                                    column: 50,
                                    position: 82,
                                },
                            },
                        },
                    ),
                ],
                right_brace: Span {
                    line: 5,
                    column: 1,
                    position: 84,
                },
            },
        },
    ),
]
