t / t4018 / golang-interfaceon commit refs: allow for_each_replace_ref to handle arbitrary repositories (0d296c5)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}