t / t4018 / golang-interfaceon commit coccicheck: introduce 'pending' semantic patches (dd5d052)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}