index: make index.threads=true enable ieot and eoie
[git.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