t / t4018 / golang-interfaceon commit sha1-file: close fd of empty file in map_sha1_file_1() (6881925)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}