t / t4018 / golang-interfaceon commit rebase: add a config option to default to --reschedule-failed-exec (969de3f)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}