t / t4018 / golang-interfaceon commit alias: add support for aliases of an alias (c6d75bc)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}