t / t4018 / golang-interfaceon commit Documentation/rev-list-options: wrap --date=<format> block with "--" (39a869b)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}