t / t4018 / golang-interfaceon commit sha1_file: convert sha1_object_info* to object_id (abef902)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}