t / t4018 / golang-interfaceon commit directory rename detection: tests for handling overwriting untracked files (a0b0a15)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}