t / t4018 / golang-interfaceon commit Move definition of enum branch_track from cache.h to branch.h (e730b81)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}