t / t4018 / golang-interfaceon commit checkout: add test demonstrating regression with checkout -b on initial commit (91e3d7c)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}