t / t4018 / golang-interfaceon commit trace2: use system/global config for default trace2 settings (bce9db6)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}