t / t4018 / golang-interfaceon commit object.c: allow parse_object to handle arbitrary repositories (8e4b0b6)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}