t / t4018 / golang-interfaceon commit checkout: count and print -m paths separately (1d1f689)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}