t / t4018 / golang-interfaceon commit l10n: git.pot: v2.19.0 round 2 (3 new, 5 removed) (98ac781)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}