t / t4018 / golang-interfaceon commit git-svn: allow empty email-address using authors-prog and authors-file (cb427e9)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}