t / t4018 / golang-interfaceon commit Merge branch 'jk/trailers-use-config' into maint (0100103)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}