DefinitionTree {
    definitions: [
        Interface(
            InterfaceDefinition {
                comments: CommentGroup {
                    comments: [],
                },
                attributes: [],
                interface: Span {
                    line: 1,
                    column: 1,
                    position: 0,
                },
                name: Identifier {
                    span: Span {
                        line: 1,
                        column: 11,
                        position: 10,
                    },
                    value: "foo",
                },
                templates: None,
                extends: None,
                body: InterfaceDefinitionBody {
                    left_brace: Span {
                        line: 1,
                        column: 15,
                        position: 14,
                    },
                    members: [
                        Method(
                            AbstractMethodDefinition {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                attributes: [],
                                modifiers: MethodModifierDefinitionGroup {
                                    modifiers: [
                                        Public(
                                            Span {
                                                line: 2,
                                                column: 5,
                                                position: 20,
                                            },
                                        ),
                                    ],
                                },
                                function: Span {
                                    line: 2,
                                    column: 12,
                                    position: 27,
                                },
                                name: Identifier {
                                    span: Span {
                                        line: 2,
                                        column: 21,
                                        position: 36,
                                    },
                                    value: "bar",
                                },
                                templates: None,
                                parameters: FunctionLikeParameterListDefinition {
                                    comments: CommentGroup {
                                        comments: [],
                                    },
                                    left_parenthesis: Span {
                                        line: 2,
                                        column: 24,
                                        position: 39,
                                    },
                                    parameters: CommaSeparated {
                                        inner: [],
                                        commas: [],
                                    },
                                    right_parenthesis: Span {
                                        line: 2,
                                        column: 25,
                                        position: 40,
                                    },
                                },
                                return_type: FunctionLikeReturnTypeDefinition {
                                    colon: Span {
                                        line: 2,
                                        column: 26,
                                        position: 41,
                                    },
                                    type_definition: Identifier(
                                        TemplatedIdentifier {
                                            name: Identifier {
                                                span: Span {
                                                    line: 2,
                                                    column: 28,
                                                    position: 43,
                                                },
                                                value: "parent",
                                            },
                                            templates: None,
                                        },
                                    ),
                                },
                                constraints: None,
                                semicolon: Span {
                                    line: 2,
                                    column: 34,
                                    position: 49,
                                },
                            },
                        ),
                    ],
                    right_brace: Span {
                        line: 3,
                        column: 1,
                        position: 51,
                    },
                },
            },
        ),
    ],
    eof: Span {
        line: 4,
        column: 1,
        position: 53,
    },
}