t / t4018 / golang-interfaceon commit t/helper: merge test-scrap-cache-tree into test-tool (ff5fb8b)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}