t / t4018 / golang-interfaceon commit upload-pack: teach deepen-relative in protocol v2 (5056cf4)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}