t / t4018 / golang-interfaceon commit block alloc: add lifecycle APIs for cache_entry structs (a849735)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}