t / t4018 / golang-interfaceon commit t9000-t9999: fix broken &&-chains (cff4243)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}