t / t4018 / golang-interfaceon commit completion: split _git_config() (42d0efe)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}