t / t4018 / golang-interfaceon commit diff --color-moved-ws: fix another memory leak (9c1a6c2)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}