t / t4018 / golang-interfaceon commit sequencer: learn about the special "fake root commit" handling (d87d48b)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}