t / t4018 / golang-interfaceon commit t/helper: keep test-tool command list sorted (a0fe6e6)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}