t / t4018 / golang-interfaceon commit t1700-split-index: document why FSMONITOR is disabled in this test script (18c765e)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}