t / t4018 / golang-interfaceon commit Merge branch 'js/help-commands-verbose-by-default-fix' into maint (916f56d)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}