DefinitionTree {
    definitions: [
        Class(
            ClassDefinition {
                comments: CommentGroup {
                    comments: [],
                },
                attributes: [],
                modifiers: ClassModifierDefinitionGroup {
                    modifiers: [],
                },
                class: Span {
                    line: 1,
                    column: 1,
                    position: 0,
                },
                name: Identifier {
                    span: Span {
                        line: 1,
                        column: 7,
                        position: 6,
                    },
                    value: "Foo",
                },
                templates: None,
                extends: None,
                implements: None,
                body: ClassDefinitionBody {
                    left_brace: Span {
                        line: 1,
                        column: 11,
                        position: 10,
                    },
                    members: [],
                    right_brace: Span {
                        line: 1,
                        column: 12,
                        position: 11,
                    },
                },
            },
        ),
    ],
    eof: Span {
        line: 1,
        column: 13,
        position: 12,
    },
}