t / t4018 / golang-interfaceon commit travis-ci: build with the right compiler (2c8921d)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}