t / t4018 / golang-interfaceon commit l10n: reformat some localized strings for v2.23.0 (182f59d)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}