t / t4018 / golang-interfaceon commit match-trees.c: remove the_repo from shift_tree*() (90d3405)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}