t / t4018 / golang-interfaceon commit object_as_type: initialize commit-graph-related fields of 'struct commit' (4468d44)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}