Merge branch 'tb/commit-graph-genv2-upgrade-fix' into maint
[git/debian.git] / t / t4018 / golang-complex-function
blobe057dcefed6ad2aed40c5959c471114716323420
1 type Test struct {
2         a Type
5 func (t *Test) RIGHT(a Type) (Type, error) {
6         t.a = a
7         return ChangeMe, nil