t / t4018 / golang-interfaceon commit refs: new ref types to make per-worktree refs visible to all worktrees (3a3b9d8)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}