t / t4018 / golang-interfaceon commit linear-assignment: fix potential out of bounds memory access (e467a90)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}