t / t4018 / golang-interfaceon commit sequencer: introduce todo_list_write_to_file() (616d774)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}