t / t4018 / golang-interfaceon commit packfile: add repository argument to packed_object_info (720aaa1)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}