t / t4018 / golang-interfaceon commit commit-graph: create options for split files (c2bc6e6)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}