t / t4018 / golang-interfaceon commit gc: improve handling of errors reading gc.log (3c426ec)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}