t / t4018 / golang-interfaceon commit t7501: add test of "commit --dry-run --short" (8282f59)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}