t / t4018 / golang-interfaceon commit l10n: es: 2.22.0 round 2 (1c8ba5f)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}