t / t4018 / golang-interfaceon commit git-p4: handle update of moved/copied files when updating a shelve (7a10946)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}