DEBSOURCES
Skip Quicknav
sources / git / 1%3A2.50.1-0.1 / t / t4018 / golang-complex-function
12345678
type Test struct { a Type } func (t *Test) RIGHT(a Type) (Type, error) { t.a = a return ChangeMe, nil }