t / t4018 / golang-interfaceon commit remote: make refspec follow the same disambiguation rule as local refs (60650a4)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}