In the example below, `type-c` resolves to `` `Identifier (`Class (`Root (Common.root, Root), c)) `` but we'd expect a type. ```ocaml class c : object method m : int end ``` Currently `type-c.m` resolves but shouldn't because the type `c` would be an object type and not a class (https://github.com/ocaml/odoc/issues/525)