[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Class(
        Class {
            attributes: [],
            modifiers: ClassModifierGroup {
                modifiers: [],
            },
            class: Span(
                3,
                1,
            ),
            name: SimpleIdentifier {
                span: Span(
                    3,
                    7,
                ),
                value: "a",
            },
            extends: None,
            implements: None,
            body: ClassBody {
                left_brace: Span(
                    3,
                    9,
                ),
                members: [
                    ConcreteMethod(
                        ConcreteMethod {
                            comments: CommentGroup {
                                comments: [],
                            },
                            attributes: [],
                            modifiers: MethodModifierGroup {
                                modifiers: [
                                    Public(
                                        Span(
                                            4,
                                            5,
                                        ),
                                    ),
                                ],
                            },
                            function: Span(
                                4,
                                12,
                            ),
                            ampersand: None,
                            name: SimpleIdentifier {
                                span: Span(
                                    4,
                                    21,
                                ),
                                value: "foo",
                            },
                            parameters: FunctionParameterList {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_parenthesis: Span(
                                    4,
                                    24,
                                ),
                                parameters: CommaSeparated {
                                    inner: [],
                                    commas: [],
                                },
                                right_parenthesis: Span(
                                    4,
                                    25,
                                ),
                            },
                            return_type: None,
                            body: MethodBody {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_brace: Span(
                                    4,
                                    27,
                                ),
                                statements: [
                                    Expression {
                                        expression: AssignmentOperation(
                                            Assign {
                                                left: Variable(
                                                    SimpleVariable(
                                                        SimpleVariable {
                                                            span: Span(
                                                                5,
                                                                9,
                                                            ),
                                                            name: "q",
                                                        },
                                                    ),
                                                ),
                                                equals: Span(
                                                    5,
                                                    12,
                                                ),
                                                right: Closure(
                                                    Closure {
                                                        comments: CommentGroup {
                                                            comments: [],
                                                        },
                                                        attributes: [],
                                                        static: None,
                                                        function: Span(
                                                            5,
                                                            14,
                                                        ),
                                                        ampersand: None,
                                                        parameters: FunctionParameterList {
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            left_parenthesis: Span(
                                                                5,
                                                                22,
                                                            ),
                                                            parameters: CommaSeparated {
                                                                inner: [],
                                                                commas: [],
                                                            },
                                                            right_parenthesis: Span(
                                                                5,
                                                                23,
                                                            ),
                                                        },
                                                        uses: None,
                                                        return_type: None,
                                                        body: FunctionBody {
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            left_brace: Span(
                                                                5,
                                                                25,
                                                            ),
                                                            statements: [
                                                                Return {
                                                                    return: Span(
                                                                        6,
                                                                        13,
                                                                    ),
                                                                    value: Some(
                                                                        StaticMethodCall {
                                                                            target: Identifier(
                                                                                SimpleIdentifier(
                                                                                    SimpleIdentifier {
                                                                                        span: Span(
                                                                                            6,
                                                                                            20,
                                                                                        ),
                                                                                        value: "parent",
                                                                                    },
                                                                                ),
                                                                            ),
                                                                            double_colon: Span(
                                                                                6,
                                                                                26,
                                                                            ),
                                                                            method: Identifier(
                                                                                SimpleIdentifier(
                                                                                    SimpleIdentifier {
                                                                                        span: Span(
                                                                                            6,
                                                                                            28,
                                                                                        ),
                                                                                        value: "bar",
                                                                                    },
                                                                                ),
                                                                            ),
                                                                            arguments: ArgumentList {
                                                                                comments: CommentGroup {
                                                                                    comments: [],
                                                                                },
                                                                                left_parenthesis: Span(
                                                                                    6,
                                                                                    31,
                                                                                ),
                                                                                arguments: [],
                                                                                right_parenthesis: Span(
                                                                                    6,
                                                                                    32,
                                                                                ),
                                                                            },
                                                                        },
                                                                    ),
                                                                    ending: Semicolon(
                                                                        Span(
                                                                            6,
                                                                            33,
                                                                        ),
                                                                    ),
                                                                },
                                                            ],
                                                            right_brace: Span(
                                                                7,
                                                                9,
                                                            ),
                                                        },
                                                    },
                                                ),
                                            },
                                        ),
                                        ending: Semicolon(
                                            Span(
                                                7,
                                                10,
                                            ),
                                        ),
                                    },
                                ],
                                right_brace: Span(
                                    8,
                                    5,
                                ),
                            },
                        },
                    ),
                ],
                right_brace: Span(
                    9,
                    1,
                ),
            },
        },
    ),
]
