t / t4018 / golang-interfaceon commit path.c: migrate global git_path_* to take a repository argument (102de88)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}