t / t4018 / golang-interfaceon commit grep: use grep_opt->repo instead of explict repo argument (dba093d)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}