t / t4018 / golang-interfaceon commit fsck tests: add a test for no skipList input (536a9ce)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}