t / t4018 / golang-interfaceon commit roll wt_status_state into wt_status and populate in the collect phase (73ba5d7)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}