t / t4018 / golang-interfaceon commit update-index: there no longer is `apply --index-info` (e05aa68)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}