t / t4018 / golang-interfaceon commit checkout: introduce checkout.overlayMode config (1495ff7)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}