t / t4018 / golang-interfaceon commit replace-object: add repository argument to prepare_replace_object (fe6d34d)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}