t / t4018 / golang-interfaceon commit fsck: add stress tests for fsck.skipList (65a836f)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}