t / t4018 / golang-interfaceon commit completion: drop the hard coded list of config vars (e17ca92)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}