t / t4018 / golang-interfaceon commit l10n: git.pot: v2.23.0 round 1 (130 new, 35 removed) (6b0f1a9)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}