t / t4018 / golang-interfaceon commit sequencer: make refs generated by the `label` command worktree-local (a9be29c)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}