[
    Function(
        Function {
            start: (
                9,
                1,
            ),
            end: (
                16,
                1,
            ),
            name: SimpleIdentifier {
                span: (
                    9,
                    10,
                ),
                value: "a",
            },
            attributes: [
                AttributeGroup {
                    start: (
                        3,
                        1,
                    ),
                    end: (
                        8,
                        1,
                    ),
                    members: [
                        Attribute {
                            start: (
                                4,
                                5,
                            ),
                            end: (
                                4,
                                7,
                            ),
                            name: SimpleIdentifier {
                                span: (
                                    4,
                                    5,
                                ),
                                value: "A1",
                            },
                            arguments: None,
                        },
                        Attribute {
                            start: (
                                5,
                                5,
                            ),
                            end: (
                                5,
                                9,
                            ),
                            name: SimpleIdentifier {
                                span: (
                                    5,
                                    5,
                                ),
                                value: "A2",
                            },
                            arguments: Some(
                                ArgumentList {
                                    start: (
                                        5,
                                        7,
                                    ),
                                    arguments: [],
                                    end: (
                                        5,
                                        8,
                                    ),
                                },
                            ),
                        },
                        Attribute {
                            start: (
                                6,
                                5,
                            ),
                            end: (
                                6,
                                10,
                            ),
                            name: SimpleIdentifier {
                                span: (
                                    6,
                                    5,
                                ),
                                value: "A3",
                            },
                            arguments: Some(
                                ArgumentList {
                                    start: (
                                        6,
                                        7,
                                    ),
                                    arguments: [
                                        Positional {
                                            ellipsis: None,
                                            value: LiteralInteger {
                                                span: (
                                                    6,
                                                    8,
                                                ),
                                                value: "0",
                                            },
                                        },
                                    ],
                                    end: (
                                        6,
                                        9,
                                    ),
                                },
                            ),
                        },
                        Attribute {
                            start: (
                                7,
                                5,
                            ),
                            end: (
                                7,
                                13,
                            ),
                            name: SimpleIdentifier {
                                span: (
                                    7,
                                    5,
                                ),
                                value: "A4",
                            },
                            arguments: Some(
                                ArgumentList {
                                    start: (
                                        7,
                                        7,
                                    ),
                                    arguments: [
                                        Named {
                                            name: SimpleIdentifier {
                                                span: (
                                                    7,
                                                    8,
                                                ),
                                                value: "x",
                                            },
                                            span: (
                                                7,
                                                9,
                                            ),
                                            ellipsis: None,
                                            value: LiteralInteger {
                                                span: (
                                                    7,
                                                    11,
                                                ),
                                                value: "1",
                                            },
                                        },
                                    ],
                                    end: (
                                        7,
                                        12,
                                    ),
                                },
                            ),
                        },
                    ],
                },
            ],
            parameters: FunctionParameterList {
                start: (
                    9,
                    11,
                ),
                end: (
                    15,
                    3,
                ),
                members: [
                    FunctionParameter {
                        start: (
                            10,
                            5,
                        ),
                        end: (
                            11,
                            17,
                        ),
                        name: SimpleVariable {
                            span: (
                                11,
                                15,
                            ),
                            name: "a",
                        },
                        attributes: [
                            AttributeGroup {
                                start: (
                                    10,
                                    5,
                                ),
                                end: (
                                    10,
                                    9,
                                ),
                                members: [
                                    Attribute {
                                        start: (
                                            10,
                                            7,
                                        ),
                                        end: (
                                            10,
                                            9,
                                        ),
                                        name: SimpleIdentifier {
                                            span: (
                                                10,
                                                7,
                                            ),
                                            value: "A5",
                                        },
                                        arguments: None,
                                    },
                                ],
                            },
                        ],
                        type: Some(
                            Union(
                                [
                                    Integer,
                                    Float,
                                ],
                            ),
                        ),
                        variadic: false,
                        default: None,
                        by_ref: false,
                    },
                    FunctionParameter {
                        start: (
                            12,
                            5,
                        ),
                        end: (
                            13,
                            7,
                        ),
                        name: SimpleVariable {
                            span: (
                                13,
                                5,
                            ),
                            name: "c",
                        },
                        attributes: [
                            AttributeGroup {
                                start: (
                                    12,
                                    5,
                                ),
                                end: (
                                    12,
                                    9,
                                ),
                                members: [
                                    Attribute {
                                        start: (
                                            12,
                                            7,
                                        ),
                                        end: (
                                            12,
                                            9,
                                        ),
                                        name: SimpleIdentifier {
                                            span: (
                                                12,
                                                7,
                                            ),
                                            value: "A6",
                                        },
                                        arguments: None,
                                    },
                                ],
                            },
                        ],
                        type: None,
                        variadic: false,
                        default: None,
                        by_ref: false,
                    },
                    FunctionParameter {
                        start: (
                            14,
                            5,
                        ),
                        end: (
                            14,
                            20,
                        ),
                        name: SimpleVariable {
                            span: (
                                14,
                                18,
                            ),
                            name: "b",
                        },
                        attributes: [
                            AttributeGroup {
                                start: (
                                    14,
                                    5,
                                ),
                                end: (
                                    14,
                                    9,
                                ),
                                members: [
                                    Attribute {
                                        start: (
                                            14,
                                            7,
                                        ),
                                        end: (
                                            14,
                                            9,
                                        ),
                                        name: SimpleIdentifier {
                                            span: (
                                                14,
                                                7,
                                            ),
                                            value: "A7",
                                        },
                                        arguments: None,
                                    },
                                ],
                            },
                        ],
                        type: Some(
                            String,
                        ),
                        variadic: false,
                        default: None,
                        by_ref: false,
                    },
                ],
            },
            return_type: None,
            by_ref: false,
            body: [],
        },
    ),
    Class(
        Class {
            span: (
                20,
                1,
            ),
            name: SimpleIdentifier {
                span: (
                    20,
                    7,
                ),
                value: "C",
            },
            modifiers: ClassModifierGroup {
                modifiers: [],
            },
            extends: None,
            implements: None,
            attributes: [
                AttributeGroup {
                    start: (
                        19,
                        1,
                    ),
                    end: (
                        19,
                        26,
                    ),
                    members: [
                        Attribute {
                            start: (
                                19,
                                3,
                            ),
                            end: (
                                19,
                                5,
                            ),
                            name: SimpleIdentifier {
                                span: (
                                    19,
                                    3,
                                ),
                                value: "A8",
                            },
                            arguments: None,
                        },
                        Attribute {
                            start: (
                                19,
                                7,
                            ),
                            end: (
                                19,
                                11,
                            ),
                            name: SimpleIdentifier {
                                span: (
                                    19,
                                    7,
                                ),
                                value: "A9",
                            },
                            arguments: Some(
                                ArgumentList {
                                    start: (
                                        19,
                                        9,
                                    ),
                                    arguments: [],
                                    end: (
                                        19,
                                        10,
                                    ),
                                },
                            ),
                        },
                        Attribute {
                            start: (
                                19,
                                13,
                            ),
                            end: (
                                19,
                                26,
                            ),
                            name: SimpleIdentifier {
                                span: (
                                    19,
                                    13,
                                ),
                                value: "A10",
                            },
                            arguments: Some(
                                ArgumentList {
                                    start: (
                                        19,
                                        16,
                                    ),
                                    arguments: [
                                        Named {
                                            name: SimpleIdentifier {
                                                span: (
                                                    19,
                                                    17,
                                                ),
                                                value: "foo",
                                            },
                                            span: (
                                                19,
                                                20,
                                            ),
                                            ellipsis: None,
                                            value: Identifier(
                                                SimpleIdentifier(
                                                    SimpleIdentifier {
                                                        span: (
                                                            19,
                                                            22,
                                                        ),
                                                        value: "bar",
                                                    },
                                                ),
                                            ),
                                        },
                                    ],
                                    end: (
                                        19,
                                        25,
                                    ),
                                },
                            ),
                        },
                    ],
                },
            ],
            body: ClassBody {
                start: (
                    20,
                    9,
                ),
                end: (
                    34,
                    1,
                ),
                members: [
                    Method(
                        Method {
                            start: (
                                22,
                                12,
                            ),
                            end: (
                                25,
                                8,
                            ),
                            name: SimpleIdentifier {
                                span: (
                                    22,
                                    21,
                                ),
                                value: "__construct",
                            },
                            attributes: [
                                AttributeGroup {
                                    start: (
                                        21,
                                        5,
                                    ),
                                    end: (
                                        21,
                                        10,
                                    ),
                                    members: [
                                        Attribute {
                                            start: (
                                                21,
                                                7,
                                            ),
                                            end: (
                                                21,
                                                10,
                                            ),
                                            name: SimpleIdentifier {
                                                span: (
                                                    21,
                                                    7,
                                                ),
                                                value: "A11",
                                            },
                                            arguments: None,
                                        },
                                    ],
                                },
                            ],
                            parameters: MethodParameterList {
                                start: (
                                    22,
                                    32,
                                ),
                                end: (
                                    25,
                                    7,
                                ),
                                members: [
                                    MethodParameter {
                                        start: (
                                            23,
                                            9,
                                        ),
                                        end: (
                                            24,
                                            34,
                                        ),
                                        name: SimpleVariable {
                                            span: (
                                                24,
                                                32,
                                            ),
                                            name: "s",
                                        },
                                        attributes: [
                                            AttributeGroup {
                                                start: (
                                                    23,
                                                    9,
                                                ),
                                                end: (
                                                    23,
                                                    14,
                                                ),
                                                members: [
                                                    Attribute {
                                                        start: (
                                                            23,
                                                            11,
                                                        ),
                                                        end: (
                                                            23,
                                                            14,
                                                        ),
                                                        name: SimpleIdentifier {
                                                            span: (
                                                                23,
                                                                11,
                                                            ),
                                                            value: "A12",
                                                        },
                                                        arguments: None,
                                                    },
                                                ],
                                            },
                                        ],
                                        type: Some(
                                            String,
                                        ),
                                        variadic: false,
                                        default: None,
                                        modifiers: PromotedPropertyModifierGroup {
                                            modifiers: [
                                                Public {
                                                    start: (
                                                        24,
                                                        9,
                                                    ),
                                                    end: (
                                                        24,
                                                        16,
                                                    ),
                                                },
                                                Readonly {
                                                    start: (
                                                        24,
                                                        16,
                                                    ),
                                                    end: (
                                                        24,
                                                        25,
                                                    ),
                                                },
                                            ],
                                        },
                                        by_ref: false,
                                    },
                                ],
                            },
                            body: Some(
                                [],
                            ),
                            modifiers: MethodModifierGroup {
                                modifiers: [
                                    Public {
                                        start: (
                                            22,
                                            5,
                                        ),
                                        end: (
                                            22,
                                            12,
                                        ),
                                    },
                                ],
                            },
                            return_type: None,
                            by_ref: false,
                        },
                    ),
                    Method(
                        Method {
                            start: (
                                28,
                                12,
                            ),
                            end: (
                                30,
                                8,
                            ),
                            name: SimpleIdentifier {
                                span: (
                                    28,
                                    21,
                                ),
                                value: "m",
                            },
                            attributes: [
                                AttributeGroup {
                                    start: (
                                        27,
                                        5,
                                    ),
                                    end: (
                                        27,
                                        10,
                                    ),
                                    members: [
                                        Attribute {
                                            start: (
                                                27,
                                                7,
                                            ),
                                            end: (
                                                27,
                                                10,
                                            ),
                                            name: SimpleIdentifier {
                                                span: (
                                                    27,
                                                    7,
                                                ),
                                                value: "A13",
                                            },
                                            arguments: None,
                                        },
                                    ],
                                },
                            ],
                            parameters: MethodParameterList {
                                start: (
                                    28,
                                    22,
                                ),
                                end: (
                                    30,
                                    7,
                                ),
                                members: [
                                    MethodParameter {
                                        start: (
                                            29,
                                            9,
                                        ),
                                        end: (
                                            29,
                                            22,
                                        ),
                                        name: SimpleVariable {
                                            span: (
                                                29,
                                                16,
                                            ),
                                            name: "param",
                                        },
                                        attributes: [
                                            AttributeGroup {
                                                start: (
                                                    29,
                                                    9,
                                                ),
                                                end: (
                                                    29,
                                                    14,
                                                ),
                                                members: [
                                                    Attribute {
                                                        start: (
                                                            29,
                                                            11,
                                                        ),
                                                        end: (
                                                            29,
                                                            14,
                                                        ),
                                                        name: SimpleIdentifier {
                                                            span: (
                                                                29,
                                                                11,
                                                            ),
                                                            value: "A14",
                                                        },
                                                        arguments: None,
                                                    },
                                                ],
                                            },
                                        ],
                                        type: None,
                                        variadic: false,
                                        default: None,
                                        modifiers: PromotedPropertyModifierGroup {
                                            modifiers: [],
                                        },
                                        by_ref: false,
                                    },
                                ],
                            },
                            body: Some(
                                [],
                            ),
                            modifiers: MethodModifierGroup {
                                modifiers: [
                                    Public {
                                        start: (
                                            28,
                                            5,
                                        ),
                                        end: (
                                            28,
                                            12,
                                        ),
                                    },
                                ],
                            },
                            return_type: None,
                            by_ref: false,
                        },
                    ),
                    Property(
                        Property {
                            attributes: [
                                AttributeGroup {
                                    start: (
                                        32,
                                        5,
                                    ),
                                    end: (
                                        32,
                                        10,
                                    ),
                                    members: [
                                        Attribute {
                                            start: (
                                                32,
                                                7,
                                            ),
                                            end: (
                                                32,
                                                10,
                                            ),
                                            name: SimpleIdentifier {
                                                span: (
                                                    32,
                                                    7,
                                                ),
                                                value: "A15",
                                            },
                                            arguments: None,
                                        },
                                    ],
                                },
                            ],
                            type: None,
                            modifiers: PropertyModifierGroup {
                                modifiers: [
                                    Public {
                                        start: (
                                            33,
                                            5,
                                        ),
                                        end: (
                                            33,
                                            12,
                                        ),
                                    },
                                ],
                            },
                            entries: [
                                PropertyEntry {
                                    variable: SimpleVariable {
                                        span: (
                                            33,
                                            12,
                                        ),
                                        name: "prop",
                                    },
                                    value: None,
                                },
                            ],
                        },
                    ),
                ],
            },
        },
    ),
    Trait(
        Trait {
            span: (
                37,
                1,
            ),
            name: SimpleIdentifier {
                span: (
                    37,
                    7,
                ),
                value: "F",
            },
            attributes: [
                AttributeGroup {
                    start: (
                        36,
                        1,
                    ),
                    end: (
                        36,
                        6,
                    ),
                    members: [
                        Attribute {
                            start: (
                                36,
                                3,
                            ),
                            end: (
                                36,
                                6,
                            ),
                            name: SimpleIdentifier {
                                span: (
                                    36,
                                    3,
                                ),
                                value: "A16",
                            },
                            arguments: None,
                        },
                    ],
                },
            ],
            body: TraitBody {
                start: (
                    37,
                    9,
                ),
                end: (
                    37,
                    10,
                ),
                members: [],
            },
        },
    ),
    UnitEnum(
        UnitEnum {
            span: (
                40,
                1,
            ),
            name: SimpleIdentifier {
                span: (
                    40,
                    6,
                ),
                value: "P",
            },
            attributes: [
                AttributeGroup {
                    start: (
                        39,
                        1,
                    ),
                    end: (
                        39,
                        6,
                    ),
                    members: [
                        Attribute {
                            start: (
                                39,
                                3,
                            ),
                            end: (
                                39,
                                6,
                            ),
                            name: SimpleIdentifier {
                                span: (
                                    39,
                                    3,
                                ),
                                value: "A17",
                            },
                            arguments: None,
                        },
                    ],
                },
            ],
            implements: [],
            body: UnitEnumBody {
                start: (
                    40,
                    8,
                ),
                end: (
                    40,
                    9,
                ),
                members: [],
            },
        },
    ),
    BackedEnum(
        BackedEnum {
            span: (
                43,
                1,
            ),
            name: SimpleIdentifier {
                span: (
                    43,
                    6,
                ),
                value: "B",
            },
            attributes: [
                AttributeGroup {
                    start: (
                        42,
                        1,
                    ),
                    end: (
                        42,
                        6,
                    ),
                    members: [
                        Attribute {
                            start: (
                                42,
                                3,
                            ),
                            end: (
                                42,
                                6,
                            ),
                            name: SimpleIdentifier {
                                span: (
                                    42,
                                    3,
                                ),
                                value: "A18",
                            },
                            arguments: None,
                        },
                    ],
                },
            ],
            implements: [],
            backed_type: Int(
                (
                    43,
                    9,
                ),
            ),
            body: BackedEnumBody {
                start: (
                    43,
                    13,
                ),
                end: (
                    43,
                    14,
                ),
                members: [],
            },
        },
    ),
    Interface(
        Interface {
            span: (
                46,
                1,
            ),
            attributes: [
                AttributeGroup {
                    start: (
                        45,
                        1,
                    ),
                    end: (
                        45,
                        6,
                    ),
                    members: [
                        Attribute {
                            start: (
                                45,
                                3,
                            ),
                            end: (
                                45,
                                6,
                            ),
                            name: SimpleIdentifier {
                                span: (
                                    45,
                                    3,
                                ),
                                value: "A19",
                            },
                            arguments: None,
                        },
                    ],
                },
            ],
            name: SimpleIdentifier {
                span: (
                    46,
                    11,
                ),
                value: "I",
            },
            extends: None,
            body: InterfaceBody {
                start: (
                    46,
                    13,
                ),
                end: (
                    46,
                    14,
                ),
                members: [],
            },
        },
    ),
    Trait(
        Trait {
            span: (
                49,
                1,
            ),
            name: SimpleIdentifier {
                span: (
                    49,
                    7,
                ),
                value: "T",
            },
            attributes: [
                AttributeGroup {
                    start: (
                        48,
                        1,
                    ),
                    end: (
                        48,
                        6,
                    ),
                    members: [
                        Attribute {
                            start: (
                                48,
                                3,
                            ),
                            end: (
                                48,
                                6,
                            ),
                            name: SimpleIdentifier {
                                span: (
                                    48,
                                    3,
                                ),
                                value: "A20",
                            },
                            arguments: None,
                        },
                    ],
                },
            ],
            body: TraitBody {
                start: (
                    49,
                    9,
                ),
                end: (
                    49,
                    10,
                ),
                members: [],
            },
        },
    ),
    Expression {
        expression: AssignmentOperation(
            Assign {
                left: Variable(
                    SimpleVariable(
                        SimpleVariable {
                            span: (
                                51,
                                1,
                            ),
                            name: "x",
                        },
                    ),
                ),
                span: (
                    51,
                    4,
                ),
                right: Closure(
                    Closure {
                        start: (
                            51,
                            13,
                        ),
                        end: (
                            51,
                            25,
                        ),
                        attributes: [
                            AttributeGroup {
                                start: (
                                    51,
                                    6,
                                ),
                                end: (
                                    51,
                                    11,
                                ),
                                members: [
                                    Attribute {
                                        start: (
                                            51,
                                            8,
                                        ),
                                        end: (
                                            51,
                                            11,
                                        ),
                                        name: SimpleIdentifier {
                                            span: (
                                                51,
                                                8,
                                            ),
                                            value: "A21",
                                        },
                                        arguments: None,
                                    },
                                ],
                            },
                        ],
                        parameters: FunctionParameterList {
                            start: (
                                51,
                                21,
                            ),
                            end: (
                                51,
                                24,
                            ),
                            members: [],
                        },
                        return_ty: None,
                        uses: [],
                        by_ref: false,
                        body: [],
                        static: false,
                    },
                ),
            },
        ),
        end: (
            51,
            26,
        ),
    },
    Expression {
        expression: AssignmentOperation(
            Assign {
                left: Variable(
                    SimpleVariable(
                        SimpleVariable {
                            span: (
                                52,
                                1,
                            ),
                            name: "y",
                        },
                    ),
                ),
                span: (
                    52,
                    4,
                ),
                right: ArrowFunction(
                    ArrowFunction {
                        start: (
                            52,
                            13,
                        ),
                        end: (
                            52,
                            22,
                        ),
                        attributes: [
                            AttributeGroup {
                                start: (
                                    52,
                                    6,
                                ),
                                end: (
                                    52,
                                    11,
                                ),
                                members: [
                                    Attribute {
                                        start: (
                                            52,
                                            8,
                                        ),
                                        end: (
                                            52,
                                            11,
                                        ),
                                        name: SimpleIdentifier {
                                            span: (
                                                52,
                                                8,
                                            ),
                                            value: "A22",
                                        },
                                        arguments: None,
                                    },
                                ],
                            },
                        ],
                        parameters: FunctionParameterList {
                            start: (
                                52,
                                15,
                            ),
                            end: (
                                52,
                                18,
                            ),
                            members: [],
                        },
                        return_type: None,
                        by_ref: false,
                        body: LiteralInteger {
                            span: (
                                52,
                                21,
                            ),
                            value: "0",
                        },
                        static: false,
                    },
                ),
            },
        ),
        end: (
            52,
            22,
        ),
    },
    Expression {
        expression: AssignmentOperation(
            Assign {
                left: Variable(
                    SimpleVariable(
                        SimpleVariable {
                            span: (
                                53,
                                1,
                            ),
                            name: "a",
                        },
                    ),
                ),
                span: (
                    53,
                    4,
                ),
                right: Closure(
                    Closure {
                        start: (
                            53,
                            13,
                        ),
                        end: (
                            53,
                            32,
                        ),
                        attributes: [
                            AttributeGroup {
                                start: (
                                    53,
                                    6,
                                ),
                                end: (
                                    53,
                                    11,
                                ),
                                members: [
                                    Attribute {
                                        start: (
                                            53,
                                            8,
                                        ),
                                        end: (
                                            53,
                                            11,
                                        ),
                                        name: SimpleIdentifier {
                                            span: (
                                                53,
                                                8,
                                            ),
                                            value: "A23",
                                        },
                                        arguments: None,
                                    },
                                ],
                            },
                        ],
                        parameters: FunctionParameterList {
                            start: (
                                53,
                                28,
                            ),
                            end: (
                                53,
                                31,
                            ),
                            members: [],
                        },
                        return_ty: None,
                        uses: [],
                        by_ref: false,
                        body: [],
                        static: true,
                    },
                ),
            },
        ),
        end: (
            53,
            33,
        ),
    },
    Expression {
        expression: AssignmentOperation(
            Assign {
                left: Variable(
                    SimpleVariable(
                        SimpleVariable {
                            span: (
                                54,
                                1,
                            ),
                            name: "b",
                        },
                    ),
                ),
                span: (
                    54,
                    4,
                ),
                right: ArrowFunction(
                    ArrowFunction {
                        start: (
                            54,
                            13,
                        ),
                        end: (
                            54,
                            29,
                        ),
                        attributes: [
                            AttributeGroup {
                                start: (
                                    54,
                                    6,
                                ),
                                end: (
                                    54,
                                    11,
                                ),
                                members: [
                                    Attribute {
                                        start: (
                                            54,
                                            8,
                                        ),
                                        end: (
                                            54,
                                            11,
                                        ),
                                        name: SimpleIdentifier {
                                            span: (
                                                54,
                                                8,
                                            ),
                                            value: "A24",
                                        },
                                        arguments: None,
                                    },
                                ],
                            },
                        ],
                        parameters: FunctionParameterList {
                            start: (
                                54,
                                22,
                            ),
                            end: (
                                54,
                                25,
                            ),
                            members: [],
                        },
                        return_type: None,
                        by_ref: false,
                        body: LiteralInteger {
                            span: (
                                54,
                                28,
                            ),
                            value: "0",
                        },
                        static: true,
                    },
                ),
            },
        ),
        end: (
            54,
            29,
        ),
    },
    Expression {
        expression: AssignmentOperation(
            Assign {
                left: Variable(
                    SimpleVariable(
                        SimpleVariable {
                            span: (
                                55,
                                1,
                            ),
                            name: "z",
                        },
                    ),
                ),
                span: (
                    55,
                    4,
                ),
                right: New {
                    span: (
                        55,
                        6,
                    ),
                    target: AnonymousClass(
                        AnonymousClass {
                            span: (
                                55,
                                17,
                            ),
                            extends: None,
                            implements: None,
                            attributes: [
                                AttributeGroup {
                                    start: (
                                        55,
                                        10,
                                    ),
                                    end: (
                                        55,
                                        15,
                                    ),
                                    members: [
                                        Attribute {
                                            start: (
                                                55,
                                                12,
                                            ),
                                            end: (
                                                55,
                                                15,
                                            ),
                                            name: SimpleIdentifier {
                                                span: (
                                                    55,
                                                    12,
                                                ),
                                                value: "A25",
                                            },
                                            arguments: None,
                                        },
                                    ],
                                },
                            ],
                            body: ClassBody {
                                start: (
                                    55,
                                    23,
                                ),
                                end: (
                                    58,
                                    1,
                                ),
                                members: [
                                    VariableProperty(
                                        VariableProperty {
                                            attributes: [
                                                AttributeGroup {
                                                    start: (
                                                        56,
                                                        5,
                                                    ),
                                                    end: (
                                                        56,
                                                        10,
                                                    ),
                                                    members: [
                                                        Attribute {
                                                            start: (
                                                                56,
                                                                7,
                                                            ),
                                                            end: (
                                                                56,
                                                                10,
                                                            ),
                                                            name: SimpleIdentifier {
                                                                span: (
                                                                    56,
                                                                    7,
                                                                ),
                                                                value: "A26",
                                                            },
                                                            arguments: None,
                                                        },
                                                    ],
                                                },
                                            ],
                                            type: None,
                                            entries: [
                                                VariablePropertyEntry {
                                                    variable: SimpleVariable {
                                                        span: (
                                                            57,
                                                            9,
                                                        ),
                                                        name: "s",
                                                    },
                                                    value: None,
                                                },
                                            ],
                                        },
                                    ),
                                ],
                            },
                        },
                    ),
                    arguments: None,
                },
            },
        ),
        end: (
            58,
            2,
        ),
    },
]
