t / t4018 / golang-interfaceon commit t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' test (10c6001)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}