t / t4018 / golang-interfaceon commit l10n: git.pot: v2.18.0 round 1 (108 new, 14 removed) (9b7388a)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}