t / t4018 / golang-interfaceon commit eoie: add End of Index Entry (EOIE) extension (3b1d9e0)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}