t / t4018 / golang-interfaceon commit rebase -i: Handle "combination of <n> commits" with GETTEXT_POISON (e12a7ef)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}