References to methods in object types are not working. ```ocaml type t = < m : int > class cl : object method m : int end ``` In this example, `cl.m` resolves but `t.m` doesn't.