]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4018/golang-interface
Merge branch 'nb/branch-show-other-worktrees-head'
[thirdparty/git.git] / t / t4018 / golang-interface
1 type RIGHT interface {
2 a() Type
3 b() ChangeMe
4 }