t / t4018 / golang-interfaceon commit remote: convert check_push_refs to use struct refspec (0460f47)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}