t / t4018 / golang-interfaceon commit alias.c: mark split_cmdline_strerror() strings for translation (a7412ae)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}