t / t4018 / golang-interfaceon commit git-p4: add failing test for "git-p4: respect excluded paths when detecting branches" (607a3be)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}